GPGeorge
George Hepworth
- Local time
- Today, 10:38
- Joined
- Nov 25, 2004
- Messages
- 2,556
Actually, I'm not sure we have enough information to respond adequately to some of these statements. Specifically, the reference to variables in queries.The_Doc_Man:
So now I have a decision to make, stay with ACCESS or go with a new Db.
One Hopes for that. I always try and get things to work first, then optimize for speed.
---------------------- FWIW-----------------------
Data files originally started out as flat files.
When "Revelation" Db came out I moved to that.
"Revelation" disappeared,
DB3, I think bought it, and PARADOX came on line around the same time.
So I moved everything to PARADOX, and then ported over to ACCESS after that.
One thing I've always disliked about ACCESS -- in my situation -- is I need to build a separate query for each Symbol.
ACCESS won't allow variables in "stored" queries for whatever reason. Just remembered this issue.
Going to a new Db may solve that issue..
--------------- FWIW End ----------------------------------
What you are probably missing are parameterized queries. Many queries can be parameterized with form references, for example, as well as with TempVars and even VBA functions.
The following statement reveals a lot about the shortcomings of the current approach, unfortunately.
"All forms, reports, and anything else is handled outside of Access by Creating/Updating ACCESS tables or by executing one of the queries."
Given that forms and reports are Access objects, and given that those objects exist ONLY inside an Access database, this statement begs further explanation. What are you calling "forms and reports?" How do you produce them? How do you use them? Thank you.