M
Mark M Simonian
I want to generate a unique patient ID number. I don't want to auto generate
a number because I need to separate the patient visit from a unique patient.
(Later view all the visits of each patient)
I thought I would start by using the last 4 letters of the last name, first
three letter of first name and 8 digits of the birthday. I can do this by
=Left([LName],4)& Left([FName],3& [BDate] but it will populate an unbound
text box in my form.
If I create a text box in the same table or form call [ID] , how do I
automatically move that unbound box information into the [ID] text box to
used as the patient identifier? Or is there an easier way to generate the
patient ID in the form?
-----------------------------------------------------
Mark M Simonian MD
Medical Director, ChildNet Medical Assoc.
681 Medical Center Drive West #106
Clovis, CA 93611
(559) 325-6850
(e-mail address removed)
****************************************
Alert: This email and any files transmitted with it
are intended solely for the use of the individual or
entity to whom they are addressed and may contain
confidential, patient health or other legally
privileged information. If you have received this
email in error please notify the sender by email,
delete and destroy this message and its attachments.
Any unauthorized review, use, disclosure,
or distribution is prohibited.
a number because I need to separate the patient visit from a unique patient.
(Later view all the visits of each patient)
I thought I would start by using the last 4 letters of the last name, first
three letter of first name and 8 digits of the birthday. I can do this by
=Left([LName],4)& Left([FName],3& [BDate] but it will populate an unbound
text box in my form.
If I create a text box in the same table or form call [ID] , how do I
automatically move that unbound box information into the [ID] text box to
used as the patient identifier? Or is there an easier way to generate the
patient ID in the form?
-----------------------------------------------------
Mark M Simonian MD
Medical Director, ChildNet Medical Assoc.
681 Medical Center Drive West #106
Clovis, CA 93611
(559) 325-6850
(e-mail address removed)
****************************************
Alert: This email and any files transmitted with it
are intended solely for the use of the individual or
entity to whom they are addressed and may contain
confidential, patient health or other legally
privileged information. If you have received this
email in error please notify the sender by email,
delete and destroy this message and its attachments.
Any unauthorized review, use, disclosure,
or distribution is prohibited.