J
JCA
I'm using =DMax("PartcipantID","Participant")+1 in the default value of
ParticipantID so that new records are numbered sequentially based on the
previous highest value. How can I make this contingent on the contents of a
different field?
My 'Cohort' field contains either HG or CG. I'd like to generate records so
that e.g ParticipantID where Cohort = HG starts at 001 and increments using
DMax as above, but ParticipantID where Cohort = CG starts at 201.
Also - how do I concatenate field contents (e.g to create a single field
with CG201 based on ParticipantID and Cohort).
Thanks for any help.
ParticipantID so that new records are numbered sequentially based on the
previous highest value. How can I make this contingent on the contents of a
different field?
My 'Cohort' field contains either HG or CG. I'd like to generate records so
that e.g ParticipantID where Cohort = HG starts at 001 and increments using
DMax as above, but ParticipantID where Cohort = CG starts at 201.
Also - how do I concatenate field contents (e.g to create a single field
with CG201 based on ParticipantID and Cohort).
Thanks for any help.