|
-
Feb 27th, 2006, 02:29 PM
#1
Thread Starter
Member
Update database problem
Please help: Struggling as a beginner in South Africa
Having problems with updating Access database.
I have data in the field(s) and I am trying to update the field with Null, In other words replace the current data witg nothing.
It work if fields are text but not if a number.
Data type in database is Number, Long Integer, not required
Code on form:
Private Sub cmdUpdate_Click()
Data3.UpdateRecord
Data3.Recordset.bookMark = Data3.Recordset.LastModified
updateerror:
MsgBox Err.Description
End Sub
This returns error massage: Data type conversion error
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
|