Automatically change value in field

G

GregB

I have two tables.
Table 1 contains two fields: serial number and status

Now, if someone enters a serial number into table 2 that is already in table
1 then that status in table 1 will automatically change. How can I make this
happen?

Thanks for any help!!

Awsome community
 
J

Jeff Boyce

Access tables don't have triggers like SQL-Server tables do.

If you want someone to enter (?perhaps "select" instead of "enter"?) an ID
and have a status field in a table get updated, take a look at Access Forms.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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