S
StageRight
I did not design this database, but it's in it's 4th generation update on
strict timeline.
I have two tables:
-tblMain containing 3 check boxes
-tblHistory, updated yearly appending only those records where a check was
indicated in one of the 3 check boxes in tblMain, and filling in a year value
in column related to check box
I would like to automate this process so that when a check box is populated
via the form, it automatically:
1) creates a record in tblHistory
2) populates check box's associated column with year value stored in another
table (or sumsuch)
I am not event procedure savvy but was thinking an event procedure in
'OnDirty' might work but I have no clue how to code to:
- add a new record to another table with data stored in a 3rd table
Is this possible?
Thanks
strict timeline.
I have two tables:
-tblMain containing 3 check boxes
-tblHistory, updated yearly appending only those records where a check was
indicated in one of the 3 check boxes in tblMain, and filling in a year value
in column related to check box
I would like to automate this process so that when a check box is populated
via the form, it automatically:
1) creates a record in tblHistory
2) populates check box's associated column with year value stored in another
table (or sumsuch)
I am not event procedure savvy but was thinking an event procedure in
'OnDirty' might work but I have no clue how to code to:
- add a new record to another table with data stored in a 3rd table
Is this possible?
Thanks