N
Nathan Guill
I have a databound form that when a user clicks the button to add another
record, a new dialog box opens. This form requires a few pieces of
information to insure that the new record does not already exist.
What I want:
1) If the record does not exist, this form should return the new record
number
2) If the record does exist, this form should a) return a list to another
form for the user to pick which record to use which would then return that
record number
or b) return the old record number
How do I do this?
record, a new dialog box opens. This form requires a few pieces of
information to insure that the new record does not already exist.
What I want:
1) If the record does not exist, this form should return the new record
number
2) If the record does exist, this form should a) return a list to another
form for the user to pick which record to use which would then return that
record number
or b) return the old record number
How do I do this?