AndreasAuer
IS-IT--Management
Hi
my problem is this:
I'm using a Form with a subform to add/change records.
I have a button which opens a form, where I can update some values for all records of the subform with one click. It takes the values of the 1st record and applies these values to the other records using docmd.runsql("update..."
.
If I close the update-form and want to change a value or click on the main form, the error "Update or Cancelupdate without Addnew or Edit" appears.
What can I do?
Hope someone could help me
my problem is this:
I'm using a Form with a subform to add/change records.
I have a button which opens a form, where I can update some values for all records of the subform with one click. It takes the values of the 1st record and applies these values to the other records using docmd.runsql("update..."
If I close the update-form and want to change a value or click on the main form, the error "Update or Cancelupdate without Addnew or Edit" appears.
What can I do?
Hope someone could help me