mbath20110
Registered User.
- Local time
- Today, 08:53
- Joined
- Jul 17, 2003
- Messages
- 13
Am trying to use VBA to dynamically build a SQL statement that will end up being the data source for another form. (want to enable my users to enter in criteria as they see fit on a search form, collect their criteria and then build the statement programatically in SQL).
I'm so close I can taste it but I must be missing something simple.
I want my SQL SELECT statement to include reference to a combo box called cboClient but can't seem to figure out the best way to include cboClient in my SELECT statement. I 'believe' my snag has to do with my syntax (doesn't it always) in terms of single quotes, double quotes, brackets, etc.
Would appreciate any help ....
Mitch
I'm so close I can taste it but I must be missing something simple.
I want my SQL SELECT statement to include reference to a combo box called cboClient but can't seem to figure out the best way to include cboClient in my SELECT statement. I 'believe' my snag has to do with my syntax (doesn't it always) in terms of single quotes, double quotes, brackets, etc.
Would appreciate any help ....
Mitch