I have a subform where patient clinic visit information is entered.
On this subform, amoung the many other combo and text boxes, there are two boxes of interest, one a combo box and the other a related text box. The combo box allows a user to select the clinician's initials that saw the patient in the clinic visit. The text box I would like to contain the full name of the clinician that saw the patient in the clinic visit.
The Combo and the Text boxes are bound to fields in a table called Tbl_Coumadin_Clinic.
The clinician's initials combo box is labeled CBo_Clinic_Staff_Initials. It is bound to the field in the clinic visit table called Clinician_Staff_Initials. The combo box gets it drop down list data from a table called Tbl_Practice_Staff.
The text box is labled TBo_Clinic_Staff_Full_Name. It is bound to an entry in the Tbl_Coumadin_Clinic table called Clinican_Full_Name.
The idea is that when the user selects a clinician's initials in the combo box, the text box is populated with the selected clinician's full name. That will enable including the clinican's full name, rather than just their initials, in the clinic visit report that will be printed at a later time. Both the clinician's initials and the clinician's full name will be saved in the record created for the patient clinic visit in the Tbl_Coumadin_Clinic table. Yes a piece of data will be in two places in the database. Long story . . . start with HIPAA (Health Insurence Portability and Accountability Act) requirements. Ugh!
OK, I have searched the posts on this forum but haven't been able to find what I need. Nor have a couple of Access books been of much help. I know what I have to do. I just don't know exactly how to do it. Can it be done at the combo box - text box level or do I need some code in an After Update function?
Any suggestions, examples, etc. would be greatly appreciated.
Best Regards All,
On this subform, amoung the many other combo and text boxes, there are two boxes of interest, one a combo box and the other a related text box. The combo box allows a user to select the clinician's initials that saw the patient in the clinic visit. The text box I would like to contain the full name of the clinician that saw the patient in the clinic visit.
The Combo and the Text boxes are bound to fields in a table called Tbl_Coumadin_Clinic.
The clinician's initials combo box is labeled CBo_Clinic_Staff_Initials. It is bound to the field in the clinic visit table called Clinician_Staff_Initials. The combo box gets it drop down list data from a table called Tbl_Practice_Staff.
The text box is labled TBo_Clinic_Staff_Full_Name. It is bound to an entry in the Tbl_Coumadin_Clinic table called Clinican_Full_Name.
The idea is that when the user selects a clinician's initials in the combo box, the text box is populated with the selected clinician's full name. That will enable including the clinican's full name, rather than just their initials, in the clinic visit report that will be printed at a later time. Both the clinician's initials and the clinician's full name will be saved in the record created for the patient clinic visit in the Tbl_Coumadin_Clinic table. Yes a piece of data will be in two places in the database. Long story . . . start with HIPAA (Health Insurence Portability and Accountability Act) requirements. Ugh!
OK, I have searched the posts on this forum but haven't been able to find what I need. Nor have a couple of Access books been of much help. I know what I have to do. I just don't know exactly how to do it. Can it be done at the combo box - text box level or do I need some code in an After Update function?
Any suggestions, examples, etc. would be greatly appreciated.
Best Regards All,