gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
Error: "The value you entered isn't valid for this field"
The combo box, where I get this message, is a bound field to a table.
The Field on the table is tied to an ODBC table. In the Data Type, for this field, I used the Lookup Wizard to create the list. But what is happening is that the Data Type turns into "Number" after I identify the fields for the list.... using the wizard. The data that's in the Combo Box list isn't a Number, its text.
So when I use the combo box on the form and make a selection from the list, I get the message listed above. It will not let me enter what I select from the combo.
I assume its because the Data type is Number and the actual data is Text (my assumption).
How do I fix this or get around it. I have used the wizard before where it identified the data type as short text, but here it keeps identifying it as a Number.
FYI
Row Source: SELECT [ModelGeneral_vluItem].[ItemID], [ModelGeneral_vluItem].[ItemDescription], [ModelGeneral_vluItem].[ItemRevisionID], [ModelGeneral_vluItem].[Commodity] FROM ModelGeneral_vluItem ORDER BY [ItemID];
Help Please!
The combo box, where I get this message, is a bound field to a table.
The Field on the table is tied to an ODBC table. In the Data Type, for this field, I used the Lookup Wizard to create the list. But what is happening is that the Data Type turns into "Number" after I identify the fields for the list.... using the wizard. The data that's in the Combo Box list isn't a Number, its text.
So when I use the combo box on the form and make a selection from the list, I get the message listed above. It will not let me enter what I select from the combo.
I assume its because the Data type is Number and the actual data is Text (my assumption).
How do I fix this or get around it. I have used the wizard before where it identified the data type as short text, but here it keeps identifying it as a Number.
FYI
Row Source: SELECT [ModelGeneral_vluItem].[ItemID], [ModelGeneral_vluItem].[ItemDescription], [ModelGeneral_vluItem].[ItemRevisionID], [ModelGeneral_vluItem].[Commodity] FROM ModelGeneral_vluItem ORDER BY [ItemID];
Help Please!