Passing a tblName variable to a query

Joined
Jul 18, 2006
Messages
3
Reaction score
0
SELECT Name
FROM MSysObjects
WHERE Type IN (1, 4, 6)
AND Name NOT LIKE "~*"
AND Name NOT LIKE "MSys*";

This works great.

BUT . . . how do I select a table name in the list and automatically pass it on to another query on the same form?

Thanks . . . Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top