bloody_football
Registered User.
- Local time
- Tomorrow, 09:33
- Joined
- Sep 8, 2004
- Messages
- 70
I wish to create a button in a form that changes a data object in a differant table than the one that the form is sourced from.
When someone hires a container I wish to change "Available" to "Hired" in the main table.
I know that to change the data in the table that the form is based on is
but how do I get it to update that data in the table called 'main'?
When someone hires a container I wish to change "Available" to "Hired" in the main table.
I know that to change the data in the table that the form is based on is
Code:
Me.[Container] = "Hired"