kingnothingz
Registered User.
- Local time
- Today, 08:08
- Joined
- Feb 14, 2009
- Messages
- 24
Hi All,
I have a complex (to my standards) requirement. I have a field called a patientID, this is a field that is filled by the users that create the record. It has to have the hospital id at the start.
Example:
Hospital = Queen Victoria Hospital
PatientID = QVH001
This application that i'm developing now will be used by many hospitals.
1. I want to be able to have the users setup this Hospital ID themselves
2. This Hospital ID should appear as default for every PatientID
To achieve this, I'm thinking of the following
1. Create a form (frmSetup) that loads up on start of the application. Have the users type in the HospitalID
2. Use this HospitalID in the data entry form as the default value for PatientID.
My question is, how do i make a form that runs only once and how do i use the HospitalID as the default value??
Thanks for your help in advance
-kingnothingz
I have a complex (to my standards) requirement. I have a field called a patientID, this is a field that is filled by the users that create the record. It has to have the hospital id at the start.
Example:
Hospital = Queen Victoria Hospital
PatientID = QVH001
This application that i'm developing now will be used by many hospitals.
1. I want to be able to have the users setup this Hospital ID themselves
2. This Hospital ID should appear as default for every PatientID
To achieve this, I'm thinking of the following
1. Create a form (frmSetup) that loads up on start of the application. Have the users type in the HospitalID
2. Use this HospitalID in the data entry form as the default value for PatientID.
My question is, how do i make a form that runs only once and how do i use the HospitalID as the default value??
Thanks for your help in advance
-kingnothingz