Update field after updating record.

  • Thread starter Thread starter Wouter
  • Start date Start date
W

Wouter

After a field/ record has been updated a data field has
to be changed automatically.

What do I have to do to make this happen?

Thanks.
 
In the AfterUpdate event procedure of the form where the user updates the
data, open a recordset into the table that contains this data, and you can
update the value.

If you are not aware of the rule that you do not store dependent values, it
might be a good idea to read up on normalization and understand why the rule
exists.
 

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