AshikHusein
Registered User.
- Local time
- Today, 08:19
- Joined
- Feb 7, 2003
- Messages
- 147
Hi,
I am trying to pull a value from a combo box on a form to be used in SQL in the WHERE part. The field of the table from where the combo box pulls list for the combo box is "Text"
However, when the query is created, it gets populated into the criteria without the quotations i.e. instead of "YYA5(204)" it populates as YYA5(204) causing problems for the query to run.
Would appreciate help for the above. Thanks.
I am trying to pull a value from a combo box on a form to be used in SQL in the WHERE part. The field of the table from where the combo box pulls list for the combo box is "Text"
However, when the query is created, it gets populated into the criteria without the quotations i.e. instead of "YYA5(204)" it populates as YYA5(204) causing problems for the query to run.
Would appreciate help for the above. Thanks.