R
Roger via AccessMonster.com
I have a subform on my main form. The subform is just used as a list and
working area for the users. I’m making edits to the subform, but do not want
to save the edits to the subform. Upon Save of record, I’d like to save/or
MOVE the field edits from the subform to an events table for that record,
which is tied back to the companyid and the vendor# on the main form. (I'm
doing it this way because when I query the subform to include the events
table, the query is not updatable. If I can just move the fields to the
table, this would be a quicker solution).
The fields to be moved from the subform to the events table are:
vendorReqmnts; Yes/No; date; companyid.
How do move these fields from the subform to my events table upon save of the
record and leave the subform unedited for the next user?
working area for the users. I’m making edits to the subform, but do not want
to save the edits to the subform. Upon Save of record, I’d like to save/or
MOVE the field edits from the subform to an events table for that record,
which is tied back to the companyid and the vendor# on the main form. (I'm
doing it this way because when I query the subform to include the events
table, the query is not updatable. If I can just move the fields to the
table, this would be a quicker solution).
The fields to be moved from the subform to the events table are:
vendorReqmnts; Yes/No; date; companyid.
How do move these fields from the subform to my events table upon save of the
record and leave the subform unedited for the next user?