B bjreb Registered User. Local time Today, 15:22 Joined May 7, 2001 Messages 37 Jan 2, 2012 #1 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
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
R RailwayKen New member Local time Today, 09:22 Joined Dec 7, 2011 Messages 8 Jan 2, 2012 #2 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.).
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.).
B bjreb Registered User. Local time Today, 15:22 Joined May 7, 2001 Messages 37 Jan 2, 2012 #3 At the moment I am just using msgbox me.txtbox