Quoting Scott Brader <[EMAIL PROTECTED]>: > You can get a list of all tables in an Access database by querying the > system tables. The system tables will all start with MSys. All of the > other > records returned by the query will be the rest of the tables in the > database. > > SELECT MSysObjects.Name > FROM MSysObjects > WHERE (((MSysObjects.Type)=1)); > > This may not be the best choice, but it works.
This seems to be what I was looking for. Unfortunately, I get this: "Record(s) cannot be read; no read permission on 'MSysObjects'." THWARTED AT EVERY TURN! Clearly, Access has a will of it's own and it wants me to have a bad day. But I'll show it. I'll just tell my boss we're going to do this on a weekend instead of today. We have the least hits on Saturday. Thanks anyway! -- If you hate the interface, blame Kevin. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

