|
-
Oct 21st, 2000, 10:42 AM
#1
Thread Starter
New Member
I am trying to add the number i have got in a textbox to a number in my database. Somone gave me this code but it does not seem to work 
Dim mynewnumber As Integer
mynewnumber = myoldnumber + Text1.Text
Private Sub Command1_Click()
Data1.Recordset.Edit
Data1.recordest.score = myoldnumber
Text1.Text = mynewnumber
Data1.Recordset.score.myoldnumber = mynewnumber
Data1.recordest.Update
End Sub
Please can u help.
later mike
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|