H
heathereandrews
I have two fields that need to be validated on the form, check # an
registration type. It it is a check the user adds a check # and th
registration type is 'C' if it is a deposit it defaults to 0 and th
registration type is 'D'
I have created two event procedures, one before update and the othe
on exit. The first to verify that the check numbers are no
duplicate if not equal to 0 and the second if 0 change the registr
type automatically to D and if >0 change it to C
Here is the problem I am having. If the user wants to go back an
update a row in the form when they try to either 1 change the 0 to
check number or vice versa it yells that is is a duplicate. Prior t
adding that check number validation if you just go up to check it fro
a 0 to check number or vice versa the registration type would no
change.
The event procedures only work on the row I am currently working on.
How can I fix this so they will work on all the rows
registration type. It it is a check the user adds a check # and th
registration type is 'C' if it is a deposit it defaults to 0 and th
registration type is 'D'
I have created two event procedures, one before update and the othe
on exit. The first to verify that the check numbers are no
duplicate if not equal to 0 and the second if 0 change the registr
type automatically to D and if >0 change it to C
Here is the problem I am having. If the user wants to go back an
update a row in the form when they try to either 1 change the 0 to
check number or vice versa it yells that is is a duplicate. Prior t
adding that check number validation if you just go up to check it fro
a 0 to check number or vice versa the registration type would no
change.
The event procedures only work on the row I am currently working on.
How can I fix this so they will work on all the rows