ahmedaliazad
Registered User.
- Local time
- Today, 14:40
- Joined
- Aug 10, 2018
- Messages
- 29
Hello,
How I can convert the select queries to vba code in my access application,
I already converted the update and append queries to vba by using code:
docmd.runsql "SQL script for query",
but for select query this way is not working, are there any other way I can convert the select queries?
thanks
How I can convert the select queries to vba code in my access application,
I already converted the update and append queries to vba by using code:
docmd.runsql "SQL script for query",
but for select query this way is not working, are there any other way I can convert the select queries?
thanks