Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for tommuhumuza

I have this code am when i try to execute it give an error where am i going wrong Set Rs = New ADODB.Recordset Rs.Open "Select stank from sidetank where job_id='" & Label18.Caption & "'", FrmMother.Db, adOpenKeyset, adOpenDynamic Rs(0) = Val(Rs(0)) + Val(Text7) Rs.Update Rs.Close Will be glad if i …

Member Avatar for Reverend Jim
0
113
Member Avatar for Ilikeporkpie

imedeately after you have opened your connection it should give you an error that the connection has failed and if does not give you an error that means that the connection was successfull that if you dont have any error hanlers that may suppress the errors or you could display …

Member Avatar for tommuhumuza
0
1K

The End.