I have a bound form with the following fields
tblUserErrors
Errorid
ErrorDate
ErrorBy
ErrorType (combobox)
ErrorComments
ErrorPDFLink
browse button
open button
The form displays the records correctly but when they update one record, it updates all of the records for the same thing.
Adding a new error is on a different form and they have to add 1 error at a time. This is the review/edit screen.
what do I need to check to make sure that if they update one field say ErrorType, that it only updates that record and not all of the records on the form?
Thanks
Lhuffst
tblUserErrors
Errorid
ErrorDate
ErrorBy
ErrorType (combobox)
ErrorComments
ErrorPDFLink
browse button
open button
The form displays the records correctly but when they update one record, it updates all of the records for the same thing.
Adding a new error is on a different form and they have to add 1 error at a time. This is the review/edit screen.
what do I need to check to make sure that if they update one field say ErrorType, that it only updates that record and not all of the records on the form?
Thanks
Lhuffst