I have multiple tables, most of which share fields like 'Job number', 'Company', and 'Client'. I want to select a few tables and have all these identically named fields listed in a combobox.
So let's say I select the tables 'Table1', 'Table2', and 'Table3', which all happen to three fields sharing the same name: 'Job number', 'Company', and 'Client'. I want these displayed in the box.
I would need to compare every field in all of the tables and .additem to the combobox whenever I get a match. I'd be most grateful for any thoughts on an efficient way to do this, thanks in advance
(Also, thanks to the_doc_man and sos for their contributions to my last query.)
So let's say I select the tables 'Table1', 'Table2', and 'Table3', which all happen to three fields sharing the same name: 'Job number', 'Company', and 'Client'. I want these displayed in the box.
I would need to compare every field in all of the tables and .additem to the combobox whenever I get a match. I'd be most grateful for any thoughts on an efficient way to do this, thanks in advance

(Also, thanks to the_doc_man and sos for their contributions to my last query.)