F
francesco
My database has many tables, all with the same structure, but different data.
One master table "Table1", one master query "Query1", one master report
"Report1".
Source record for Query1 is Table1. Source record for Report1 is Query1.
I am trying to create a form with a dropdown field and a button that will do
the following:
Every time a new table is created, it will be automatically added to the
dropdown.
Selecting a table from the dropdown (ex: tblData1), data from tblData1 will
be copied to master Table1.
The button on the form will print Report1.
Upon closing Report1, data from master Table1 will be deleted. (Or, do I
need a second button to empty Table1?)
Is this possible? How can I do it?
Your time and help is very much appreciated. Thank you!
Francesco
One master table "Table1", one master query "Query1", one master report
"Report1".
Source record for Query1 is Table1. Source record for Report1 is Query1.
I am trying to create a form with a dropdown field and a button that will do
the following:
Every time a new table is created, it will be automatically added to the
dropdown.
Selecting a table from the dropdown (ex: tblData1), data from tblData1 will
be copied to master Table1.
The button on the form will print Report1.
Upon closing Report1, data from master Table1 will be deleted. (Or, do I
need a second button to empty Table1?)
Is this possible? How can I do it?
Your time and help is very much appreciated. Thank you!
Francesco