M
mscertified
I have a form that is bound to a table. On the same form are unbound fields
in a related table (many:1 relationship).
I tried using bound fields but no arrangement allows me to add new records
to the related table.
The problem I have is that most of my processing is kicked-off by the BEFORE
UPDATE event, but if the user changes only one of the unbound fields, it does
not fire.
Where would I put the code to detect changes to the unbound fields so I can
update the related table? Or is there any better way to do this?
Thanks.
in a related table (many:1 relationship).
I tried using bound fields but no arrangement allows me to add new records
to the related table.
The problem I have is that most of my processing is kicked-off by the BEFORE
UPDATE event, but if the user changes only one of the unbound fields, it does
not fire.
Where would I put the code to detect changes to the unbound fields so I can
update the related table? Or is there any better way to do this?
Thanks.