lynsey2
Registered User.
- Local time
- Today, 22:57
- Joined
- Jun 18, 2002
- Messages
- 439
ok i thought a query would be best then changed my mind..I think im looking to use a lookup of some sort!?
the problem!(as simple as it may be)
have a form (search patient) when i choose the patient from the combo box(using Patient number) the rest of the details are shown e.g.name,dob etc -thats fine
i want to then be able to go into any of my prescription screens and have some form of lookup to get the patients details(so the doc can see that the patient he selected is the one he is doing a prescription 4)
the only time the patient details should change is when the doc goes back into Search Patient and selects another patient.....
i recon i should have a temporary table holding ONLY one record(the patient details of the selected Patient Number)
and look up the temp table!
but
A)dont know how to do it
B)dont even know if that would be the way to do it
sorry but has anyone got an idea for me

the problem!(as simple as it may be)
have a form (search patient) when i choose the patient from the combo box(using Patient number) the rest of the details are shown e.g.name,dob etc -thats fine
i want to then be able to go into any of my prescription screens and have some form of lookup to get the patients details(so the doc can see that the patient he selected is the one he is doing a prescription 4)
the only time the patient details should change is when the doc goes back into Search Patient and selects another patient.....
i recon i should have a temporary table holding ONLY one record(the patient details of the selected Patient Number)
and look up the temp table!
but
A)dont know how to do it
B)dont even know if that would be the way to do it
sorry but has anyone got an idea for me