if you open up the Tools/Options dialog, in the View tab, there is an option 'System objects' - check this.
then some new objects will appear in your tables tab, one of them is called 'MySysObjects' - if you open this, it's actually a lot like a table (you can use it in a query and that query as the row source for your combo, but it can't be updated) if you select all of the rows where 'Flags' = 0 and 'type' = 1 then you should end up with a list of your table names in 'name'.
I'm sure there must be an easier way than this though...
Mike
[This message has been edited by Mike Gurman (edited 02-19-2001).]