how to use a value of other table as table name for another SELECT statement in Access?
i am currently using this statement
SELECT DISTINCT t.train_no, t.train_name
FROM train_info_submit t, msg_info_submit m
WHERE t.train_no=m.train_no
ORDER BY t.train_no
now i have tables with table...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.