On my main form I have a combo box that is bound to a field Store_Num, and whose record source is a select query from an ODBC table containing Store related data.
When entering a new record in this field, Access automatically adds a zero to the end of the entry.
The query is limited to Store_Num > 30. So, for example, if I enter 31 Access will append a 0, and when I tab to the next field the Store_Num above is now 310 instead of 31.
I thought it was because the Default Value of Store_Num in the table that the main form is based on was = '0', so I changed it to be nothing, but that did not work.
I've read through the combo box properties many times, changing various things, but nothing has worked so far.
When entering a new record in this field, Access automatically adds a zero to the end of the entry.
The query is limited to Store_Num > 30. So, for example, if I enter 31 Access will append a 0, and when I tab to the next field the Store_Num above is now 310 instead of 31.
I thought it was because the Default Value of Store_Num in the table that the main form is based on was = '0', so I changed it to be nothing, but that did not work.
I've read through the combo box properties many times, changing various things, but nothing has worked so far.