G
Guest
I have a drop down box that lists all my tables. I want to create a command
button that will run a select statement on the table i select in my list
box. I'm using the select statment to filter out records that I don't want
(ie. Select * from Table1 where field1 > 1.) Is this possible? Or do I have
to create seperate queries for each table?
button that will run a select statement on the table i select in my list
box. I'm using the select statment to filter out records that I don't want
(ie. Select * from Table1 where field1 > 1.) Is this possible? Or do I have
to create seperate queries for each table?