diprima
February 15th, 2000, 12:47 PM
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
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