I have set up a situation when a user imports an excel file it creates a new table based on a template. That is all fine and dandy, however, I need to recreate some queries to query the new table that are similar to the other ones present. is there a way of passing a variable to the select statement to change which table the query acts upon.????
i wish to change:
Select tablename.time,.....
the tablename is what i wish to change
help much appreciated. For those who say the size of DB will grow there are only 3-4 tables active in there at anyone time, and the data needs to be seperate.
i wish to change:
Select tablename.time,.....
the tablename is what i wish to change
help much appreciated. For those who say the size of DB will grow there are only 3-4 tables active in there at anyone time, and the data needs to be seperate.