Hi,
I have a table Trans
Amount Code Date ID Trans_ID
$5 JL 5/13/06 1 5876
$5 JL 5/13/06 1 245
$6 DR 01/06/05 3 6535
The trans_ID is a unique number for each record.
I would like to do the something like:
select code, amount, date from...
I have the names of several tables in a table called "MyTables", each table name as its own record, together with a checkbox.
I want to make a query that will return records ONLY from the tables where that table's record in MyTables is checked.
Is this even possible? How can I go about doing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.