T
ToniS
I am trying to do a simple select and part of the selection criteria is a
GUID column from a SQL table. How do I get the value and not the ??? Below
is what I have
Strsql = "SELECT ExhibitorAddressID " & _
"FROM ShowPacketsSent " & _
"WHERE ExhibitorAddressID = " & Me.TxtExhAddressID.Value
I have this text field on the screen and for debugging purposes I have the
visible property set to TRUE, the correct information displays on the form.
When I do a msgobx of the above select statement the value of
me.txtexhaddressID.value is ????
I also tried the following: me.txtExhAddressID
and formName.txtExhAddressID.value
and FormName.TxtExhAddressID
Any ideas on what I need to do to get the correvt value?
thanks
ToniS
GUID column from a SQL table. How do I get the value and not the ??? Below
is what I have
Strsql = "SELECT ExhibitorAddressID " & _
"FROM ShowPacketsSent " & _
"WHERE ExhibitorAddressID = " & Me.TxtExhAddressID.Value
I have this text field on the screen and for debugging purposes I have the
visible property set to TRUE, the correct information displays on the form.
When I do a msgobx of the above select statement the value of
me.txtexhaddressID.value is ????
I also tried the following: me.txtExhAddressID
and formName.txtExhAddressID.value
and FormName.TxtExhAddressID
Any ideas on what I need to do to get the correvt value?
thanks
ToniS