gavintennant
Technical User
Hi,
Can anyone tell me if the following is possible, if so, how I would go about it or any other ideas I've not thoguht of!!
Okay, I have several tables and I'm trying to build a form with a combo box on it. This combo box should contain all fields from all the tables. (or a selection of so no duplicates or info I don't need)
From this combo box, I'll be taking the selection and plugging it into a query that can then search through each of the original tables for that occurence and display the results on the form.
My original idea was to have a module that created the table and for each individual record, I'd type it directly into the module so it is created each time the db is opened (the selection of tables change regularly and is easier to keep it clear of any of my own stuff.) This table will only have one column.
Is there any way I can automatically populate this table without having to resort to typing values in by hand?
Thanks very much for any ideas you may have!
Can anyone tell me if the following is possible, if so, how I would go about it or any other ideas I've not thoguht of!!
Okay, I have several tables and I'm trying to build a form with a combo box on it. This combo box should contain all fields from all the tables. (or a selection of so no duplicates or info I don't need)
From this combo box, I'll be taking the selection and plugging it into a query that can then search through each of the original tables for that occurence and display the results on the form.
My original idea was to have a module that created the table and for each individual record, I'd type it directly into the module so it is created each time the db is opened (the selection of tables change regularly and is easier to keep it clear of any of my own stuff.) This table will only have one column.
Is there any way I can automatically populate this table without having to resort to typing values in by hand?
Thanks very much for any ideas you may have!