I've been charged with this task, and I am stumped. The task:
"Enumerate all objects in an Access Database.
List ALL objects and their details."
The objective is to have a table of every object, so that if one were to change a combo box somewhere, they can use the table to see where else that combo box is referenced throughout the database. For now, I am to just generated the table of references.
I found the CreateTableDefX() example using Northwind.mdb, and even seen references to enumeration in Access 2002 Dev Handbook (Enumerating Objects in a Collection, and Properties). But, I am still not sure where to even start...
This "project" isn't for a grade. I'm in a Software Support position for an Access/VB/SQL based application, and they say they are helping me learn how to do Programming (which I want), but it seems to me they have left out some pertinent information that I don't know and haven't found. Any assistance would be most appreciated.
I was a Programmer (QB and the earlier stuff) before Access/VB came out, and I recently came out of the caves....
"Enumerate all objects in an Access Database.
List ALL objects and their details."
The objective is to have a table of every object, so that if one were to change a combo box somewhere, they can use the table to see where else that combo box is referenced throughout the database. For now, I am to just generated the table of references.
I found the CreateTableDefX() example using Northwind.mdb, and even seen references to enumeration in Access 2002 Dev Handbook (Enumerating Objects in a Collection, and Properties). But, I am still not sure where to even start...
This "project" isn't for a grade. I'm in a Software Support position for an Access/VB/SQL based application, and they say they are helping me learn how to do Programming (which I want), but it seems to me they have left out some pertinent information that I don't know and haven't found. Any assistance would be most appreciated.
I was a Programmer (QB and the earlier stuff) before Access/VB came out, and I recently came out of the caves....