Combobox bug?

  • Thread starter Thread starter Phill
  • Start date Start date
P

Phill

I have a form with a combobox that is bound to a GUID but
displays the text (ie Product). I am unable to change
the value of the combobox through code. I have tried
setting using a GUID, and as text. Is this a bug or am I
going this wrong? Thanks
 
The control source and row source are independent. I
would make the GUID column the first column in the query
that you are using as the row source (if you are using a
table as the row source, build a query). Set the bound
column to 1 and hide it by setting its column width
property to 0".
Tell me if I am not understanding the problem.
Thanks
 
Back
Top