Table linking via criteria

R

RWG

Have need to link to different tables from SQL and link one of them to a
front end access database. What I have is a table that lists the SQL table
names and queries to filter that list for the SQL table I need. I need help
getting access to link that SQL table to my current database. Process would
go like this.

Sales table - has data about a sale, customer id, campaign id, etc
Customer table - could be any one of several tables in the SQL database

Would select record from Sales table and have the system delete the old
customer table (already figured out that part) and link the appropriate table
from the SQL database that has the customer information.

Please help
 

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