Getting Squares in my query results

R2D2

Registered User.
Local time
Today, 20:33
Joined
Jul 11, 2002
Messages
62
I'm trying to create a query which pulls the value of a combo box on my main form into a column. This combo box has the default value of 12. For some reason, the query works fine if the user selects a value in the combo box (even if they simply re-select the default value). But if the user doesn't select a value, the query returns squares (like this: ) rather than the value in the combo box (which is the default value of 12, since the user hasn't changed it).

How do I fix this?

Thanks!
 

Users who are viewing this thread

Back
Top Bottom