While looking for a way to use VBA to pull apart an Access Macro (like you can an Access Module), I came across a fairly good run down of some of the limits in Access.
You could get the same in the VBA help file. Look for topic "Access specifications" or type "Limitations" for search.
________________________________________________________
Zameer Abdulla
Help to find Missing people You may be the boss' pet; but you are still an animal
in conjunction with the AllMacros collection to convert all macro's to code modules. For my purposes this approach is OK because what I am doing is pulling apart an existing application (all tables, code, queries, reports etc) and analysing it for upgrade potential.
I definitely will try that FAQ approach though because it has a distinct advantage of not causing a change to the target database. On the other hand, relying on undocumented features is problematic as they are likely to pull it out once day (maybe).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.