How can I Update one field of a record depend on another field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, friends:

My question is
I have 2 tables in my database,
I wish when I update the field in the first table, the another field in the
second table can automatically update.

Please help, very thanks.
 
chenr said:
Hi, friends:

My question is
I have 2 tables in my database,
I wish when I update the field in the first table, the another field
in the second table can automatically update.

Please help, very thanks.

That should not be hard to do with a Query, assuming the relationships
are in order.

However it sounds like you may have a table design issue that you may
want to address and eliminate the need for the question.
 
AFAIK, triggers do not exist in Access database;
so if you want to have the functionality you described,
you will have to write some code and then call this code
whenever you need to update the first table.

HTH
 

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

Back
Top