S
Steve
The database works fine except that people are entering duplicate patients
into it. I do not have enough expertise to code a checking routine. I have
created a field called NameCheck that consists of the Last Name field and
the First Name field concatenated with a space between them. Like Smith
John.
What I would like to have happen is after the patients first name is
entered, the last name is first, the code checks to see if there is already
someone there by that name. If there is then a form would open listing all
the patients that match both first and last names. I have written the query
and created the form but cannot get the NameCheck to pass as a parameter
when I open the form.
TIA for any help on this
Steve
into it. I do not have enough expertise to code a checking routine. I have
created a field called NameCheck that consists of the Last Name field and
the First Name field concatenated with a space between them. Like Smith
John.
What I would like to have happen is after the patients first name is
entered, the last name is first, the code checks to see if there is already
someone there by that name. If there is then a form would open listing all
the patients that match both first and last names. I have written the query
and created the form but cannot get the NameCheck to pass as a parameter
when I open the form.
TIA for any help on this
Steve