J
JCA
I'm constructing a set of data entry forms. The user will fill these in
sequentially with data on different assessments of a single individual. Each
form has 'Participant ID' as the primary key. When the user tabs out of the
last field in e.g. Form A, I have the next form in sequence opening up e.g.
Form B. What I'd appreciate some advice on is how to have Form B search for a
record with ParticipantID matching the ParticipantID of the record which was
just open in Form A, and either display that record, or if it does not exist
then to create it (i.e. fill the ParticipantID field).
Note that the last open record will not necessarily have the largest
ParticipantID. I think I should be using DLookup - but I'm a bit of a novice
and can't get beyond that.
Thanks for any help!
sequentially with data on different assessments of a single individual. Each
form has 'Participant ID' as the primary key. When the user tabs out of the
last field in e.g. Form A, I have the next form in sequence opening up e.g.
Form B. What I'd appreciate some advice on is how to have Form B search for a
record with ParticipantID matching the ParticipantID of the record which was
just open in Form A, and either display that record, or if it does not exist
then to create it (i.e. fill the ParticipantID field).
Note that the last open record will not necessarily have the largest
ParticipantID. I think I should be using DLookup - but I'm a bit of a novice
and can't get beyond that.
Thanks for any help!