K
KevinC
I use a continuous form with an a add record button which sets the allow
additions property to true and sets a confirm addition button as visible.
This part works fine however I want to run some code to add certain values
to other hidden fields in the record dependant on the entries and in the
record and verify the record before the user moves to adding the next
record. However at the moment as soon as any field is dirty another new
blank record is added to the form and the user can start entering another
record before the record has been verified and fully updated. I have tried
various combinations using the beforeupdate, dirty event, dataentry and
allowadditions properties and methods but cant find a way round this.
The user needs to see other records as prompts when he enters the record
hence the use of a continuous form also this is a subform so using a
specific discreet data entry form would cause other problems, be less user
friendly, and less in sympothy with the rest of the project.
additions property to true and sets a confirm addition button as visible.
This part works fine however I want to run some code to add certain values
to other hidden fields in the record dependant on the entries and in the
record and verify the record before the user moves to adding the next
record. However at the moment as soon as any field is dirty another new
blank record is added to the form and the user can start entering another
record before the record has been verified and fully updated. I have tried
various combinations using the beforeupdate, dirty event, dataentry and
allowadditions properties and methods but cant find a way round this.
The user needs to see other records as prompts when he enters the record
hence the use of a continuous form also this is a subform so using a
specific discreet data entry form would cause other problems, be less user
friendly, and less in sympothy with the rest of the project.