GODZILLA
Registered User.
- Local time
- Yesterday, 20:20
- Joined
- Mar 15, 2010
- Messages
- 70
Hello,
I have a little problem.
I want VBA to save a query as a csv file but rather than having a lot of individual queries i want the vba to express a little condition such as the one below. It is the where statement that i need help with.
DoCmd.OutputTo acOutputQuery, "qry_nb" where [Agency_Code] = 1, (snipit not full code)
This does not work anyideas on how i would do this?
Thanks
I have a little problem.
I want VBA to save a query as a csv file but rather than having a lot of individual queries i want the vba to express a little condition such as the one below. It is the where statement that i need help with.
DoCmd.OutputTo acOutputQuery, "qry_nb" where [Agency_Code] = 1, (snipit not full code)
This does not work anyideas on how i would do this?
Thanks