jasminewhite
Registered User.
- Local time
- Today, 04:39
- Joined
- Dec 8, 2011
- Messages
- 26
I'm a C++ programmer, this is my 1st ever Access project. I feel my options are limited in Access. What I need to do is to generate a report from 1 Access table. What I've been doing is create queries, then create reports based on the queries. The requirements are getting complicated so a single SQL is becoming too complex. My question is should I use UNION of SELECT statements or go to VB scripts. If I do use VB script, 1) can I generate reports directly without going through queries? 2) please give me detailed explanation as to generate and run VB script from ACCESS.