<<Also, where do these names come from since some of them with table names have numbers behind them that are not part of the original table name? Thanks for the information...just trying to understand as much as I can. >>
A. You don't want to mess with anything in any of the msys* tables; you will mess up your database.
B. None of those tables are documented, so getting info out is a iffy proposition at best.
C. Almost all of the info in there anyway can be gotten via DAO or ADO
The number you see is a GUID (Globally Unique Identifier). If any program needs to track something and wants to assign it a unique ID, it will often use a GUID.
It's the same thing as generating a scratch file name for example based on a date/time.
JimD.