Guest_imported
New member
- Jan 1, 1970
- 0
I have a form called "GUI" which requests the "From" and "To" date parameters based on which a Macro is initiated by the OnClick event.
The Macro basically deletes an entire table and then populates it with fresh data from different tables. The Macro is made up of many SQL statements, here is an example of one of the SQL statements..."insert into Student select * from Student_Wva"
How can I pass the "From" and "To" dates entered by the user in the form "GUI" to these SQL statements in the Macro?
Thanks for in advance!