G
Guest
Hi Everyone,
I have a form with a set of unbound checkboxes representing dates a building
was in use. I want to use the results from this to fill in the linking table
between 2 tables (buildings and eras). However, I don't want to have to
store all of the values of the checkboxes in one of the individual tables.
I've got the code to do all of this, I'm just not sure where to trigger it
from.
Being the controls are unbound, the Before/After Updates events don't happen
because no record is being updated. I'd like for it to happen when the form
moves to another record, but can't figure out which event this is. The only
other idea I had was for it to happen on the Click event of the checkbox, but
I don't want to have to do that many read/writes to the linking table.
Any ideas? If there's a better way of doing this, I'd appreciate it too.
Thanks!
I have a form with a set of unbound checkboxes representing dates a building
was in use. I want to use the results from this to fill in the linking table
between 2 tables (buildings and eras). However, I don't want to have to
store all of the values of the checkboxes in one of the individual tables.
I've got the code to do all of this, I'm just not sure where to trigger it
from.
Being the controls are unbound, the Before/After Updates events don't happen
because no record is being updated. I'd like for it to happen when the form
moves to another record, but can't figure out which event this is. The only
other idea I had was for it to happen on the Click event of the checkbox, but
I don't want to have to do that many read/writes to the linking table.
Any ideas? If there's a better way of doing this, I'd appreciate it too.
Thanks!