B
Bruce Rodtnick
I have a combo box with a row source from a table (TapeName), using an ID (autonumber) and a name (text), so I have two columns in the query. I've set the column count to 2 and the column widths to 0";5". The bound column is 1.
The control source is to a second table (Tapes) and is a text field. I'm using DLookup to populate four other combo & text boxes which ends up in the and that works fine. A text box is populated by the ID and in the new table, the ID is a number field.
But when I run the form I get an error:
The value you entered isn't valid for this field.
For example, you may have entered text into a numeric field or a number that is larger than the fieldsize setting permits.
When I change the column widths to 1";5" I don't have the problem, but then the ID is in the combo box and I don't want that.
Why is this happening?
I'm running 2000
Bruce Rodtnick
The control source is to a second table (Tapes) and is a text field. I'm using DLookup to populate four other combo & text boxes which ends up in the and that works fine. A text box is populated by the ID and in the new table, the ID is a number field.
But when I run the form I get an error:
The value you entered isn't valid for this field.
For example, you may have entered text into a numeric field or a number that is larger than the fieldsize setting permits.
When I change the column widths to 1";5" I don't have the problem, but then the ID is in the combo box and I don't want that.
Why is this happening?
I'm running 2000
Bruce Rodtnick