S
shula37
Guest
Hiya!
I am having problems with the following query.
SELECT CustomerID, CompanyName FROM Customer WHERE Status="P" AND CompanyName like "a*" ORDER BY CompanyName
This query runs perfectly fine in the query design view. But when I run this query (using ADO) by clicking a button in a form, it returns no results. Does anyone have any clue what's wrong? I have checked the properties of my form and all the controls but they seem to be alright.
I hope someone can help me out with this! I have been racking my brains for two days! :-(
cheers,
shula
I am having problems with the following query.
SELECT CustomerID, CompanyName FROM Customer WHERE Status="P" AND CompanyName like "a*" ORDER BY CompanyName
This query runs perfectly fine in the query design view. But when I run this query (using ADO) by clicking a button in a form, it returns no results. Does anyone have any clue what's wrong? I have checked the properties of my form and all the controls but they seem to be alright.
I hope someone can help me out with this! I have been racking my brains for two days! :-(
cheers,
shula