Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
How can I update two table at the same time using Microsoft Access?

I want in situation when an update is made in column A of a table, it should automatically affect a column B in the another table.

Thanks
Posted
Updated 4-Nov-11 23:08pm
v2

1 solution

If you are working with Access 2010 you can use Data Macros, as described in this blog Access 2010 data macros (similar to triggers)[^].
 
Share this answer
 
Comments
thatraja 5-Nov-11 6:30am    
I never used this one, nice option. Take a 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900