I am facing an error while traversing a query in MS Access
Details - When I click a button, a form which has the query opens up. There are certain fields which are in the form of combo box in the query. The query comes from a table which picks values from another table. When I try traversing the query through TAB button, I get the following warning - "The value you entered isnt valid for this field. For example you might have entered a text value in a numeric field". This warning arrives while traversing through combo box. Is there a way to disable this warning?
PS- Tried Docmd.Setwarnin gs. This didnt seem to work.
Any help is highle appreciated.
Details - When I click a button, a form which has the query opens up. There are certain fields which are in the form of combo box in the query. The query comes from a table which picks values from another table. When I try traversing the query through TAB button, I get the following warning - "The value you entered isnt valid for this field. For example you might have entered a text value in a numeric field". This warning arrives while traversing through combo box. Is there a way to disable this warning?
PS- Tried Docmd.Setwarnin gs. This didnt seem to work.
Any help is highle appreciated.
Comment