Hello all, can someone please offer help with the following?
1. I have a tblMAIN table which contains, amongst others, the fields "StudyType" and "BillingCode". These are text fields which can be filled manually by data entry.
2. In order to facilitate data entry and reduce human error, I have created a second table called tblSTBC. This table only has two fields, "StudyType" and "BillingCode" and is filled with all current study types and corresponding billing codes. These study types and codes may change in the future.
3. I'd like to create a frmMAIN form for data entry which offers a drop down selection for "StudyType". The drop down will look up the values entered in my other table (tblSTBC). When I select the study type, it will copy the study type text into table tblMAIN:StudyType and also copy the corresponding billing code to table tblMAIN:BillingCode. If necessary, the user should have the ability to edit these fields afterwards.
4. In the future, if I make changes to table tblSTBC, this should not impact previous data on my tblMAIN table. The new values will just appear on the tblMAIN form drop down selection for StudyType and therefore all future records will have the new study types and billing codes.
Thank you in advance.
1. I have a tblMAIN table which contains, amongst others, the fields "StudyType" and "BillingCode". These are text fields which can be filled manually by data entry.
2. In order to facilitate data entry and reduce human error, I have created a second table called tblSTBC. This table only has two fields, "StudyType" and "BillingCode" and is filled with all current study types and corresponding billing codes. These study types and codes may change in the future.
3. I'd like to create a frmMAIN form for data entry which offers a drop down selection for "StudyType". The drop down will look up the values entered in my other table (tblSTBC). When I select the study type, it will copy the study type text into table tblMAIN:StudyType and also copy the corresponding billing code to table tblMAIN:BillingCode. If necessary, the user should have the ability to edit these fields afterwards.
4. In the future, if I make changes to table tblSTBC, this should not impact previous data on my tblMAIN table. The new values will just appear on the tblMAIN form drop down selection for StudyType and therefore all future records will have the new study types and billing codes.
Thank you in advance.