Hey there! I'm trying to iterate through the table and properties of the tables within my *.mdb project.
I thought I could use the AllTables collection, but I'm having difficulty.
I need to populate combo boxes with:
1. Names of the tables in my project.
2. Fields within selected combo box value of #1.
For some reason getting my hands programatically on the correct collection is proving to be quite difficult.
Please help.
I thought I could use the AllTables collection, but I'm having difficulty.
I need to populate combo boxes with:
1. Names of the tables in my project.
2. Fields within selected combo box value of #1.
For some reason getting my hands programatically on the correct collection is proving to be quite difficult.
Please help.