Question Marks for field value

bjreb

Registered User.
Local time
Today, 15:22
Joined
May 7, 2001
Messages
37
I am trying to get the value of a field from a row in a datasheet. When I use me.Control it returns "???????". I can assure you that that is not the fields value.
Any ideas?

Thanks
Andy
 
Can you provide some details?

Are you looking at a form in datasheet view, or directly at a table (or query)?

Are you setting a variable? As in...
Code:
 SomeVariableName = Me.NameOfControl
If so, what is the data type of the variable (variant, string, etc.).
 
At the moment I am just using msgbox me.txtbox
 

Users who are viewing this thread

Back
Top Bottom