update between Access and SQL

G

Guest

I'm using Access as a front end to SQL. Our product ID (key field) in the
Product Name table sometimes changes. I need all of the associated records
in the SQL Order table to change when a product Id is changed.

What is the best method to use? VB on an event -- or -- Run a SQL stored
procedure from Access? (novice level, please!)

How do I match the product ID between the two tables and then update the
associated table with the new Product ID?
 
G

Guest

Set a relationship between the Product Name table and the Order table and
check it to cascade update. You can do this by creating a New Database
Diagram in Enterprise Manager, drag and drop the appropriate fields, and set
the Relationships in the Properties dialog.
 

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