|
-
February 15th, 2000, 01:47 PM
#1
Invalid field data type [error 3259]?
Each time I move from the current record I get the following error message:
Invalid field data type. (Error 3259)
The data type specified in the Field object's Type property is not valid. Choose one of the valid types as shown in the Type property Help topic.
I have solved the problem by entering the line Response=0 in:
private Sub Data1_Error(DataErr as Integer, Response as Integer)
Response = 0
End Sub
But what does this means? and how can I set the field data type to the correct format?
Thanks in advance
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
|