J
Josh
I have a SQL server 2k backend working with an Access 2002
frontend:
I have a form and subform. The form contains fields from
Appointment table, subform with fields from ApptOVDetail.
It is constructed this way because on adding new records
to the appointment table, SQL won't return the
AppointmentID back to Access so I can generate a new
record in the ApptOVDetail table. The form-subform format
seems to get around this.
On the BeforeUpdate event for the form, I have code to
record the username and date updated.
When the cursor moves from the form to subform, all the
fields from the appointment table are marked "deleted".
This behavior stops if I comment out the code on the
BeforeUpdate event.
Thanks for any suggestions you might have for this.
frontend:
I have a form and subform. The form contains fields from
Appointment table, subform with fields from ApptOVDetail.
It is constructed this way because on adding new records
to the appointment table, SQL won't return the
AppointmentID back to Access so I can generate a new
record in the ApptOVDetail table. The form-subform format
seems to get around this.
On the BeforeUpdate event for the form, I have code to
record the username and date updated.
When the cursor moves from the form to subform, all the
fields from the appointment table are marked "deleted".
This behavior stops if I comment out the code on the
BeforeUpdate event.
Thanks for any suggestions you might have for this.