I have several queries (Select and Union) that I would like to respond to a combo box selection. Specifically, I need to change the table reference in the FROM statement.
I realize that the ususal way to do this is to have all records in one table, then use criteria to select the appropriate records. The issue is that the individual tables are linked to Excel spreadsheets that also drive parametric solid models. If I append each to one master table I lose the dynamic link.
How can I have the FROM statement respond to the user selection?
I realize that the ususal way to do this is to have all records in one table, then use criteria to select the appropriate records. The issue is that the individual tables are linked to Excel spreadsheets that also drive parametric solid models. If I append each to one master table I lose the dynamic link.
How can I have the FROM statement respond to the user selection?