I have a table, Tbl_Coumadin_Clinic, it has a primary key of its own and a key that is linked to a main table, Tbl_PT_Demographics, in a one to many with the Tbl_Coumadin_Clinic table.
There is another table called Tbl_Clinic_Visit_Vital_Signs. It is also in a one to many relationship with the Tbl_PT_Demographics table like the Tbl_Coumadin_Clinic table.
In the Tbl_Coumadin_Clinic table there are fields for patient vital sign data. After data has been entered in to the clinic visit subform and the user clicks on the command button, "Save Clinic Visit" data is saved in the new record entered in to the Tbl_Coumadin_Clinic table. However, I need to be able to also save the the patient vital sign data entered in to the Tbl_Clinic_Visit_Vital_Signs table.
I assume that this would be performed in the function code of the command button. But what is the syntax to do this?
Best Regards,
There is another table called Tbl_Clinic_Visit_Vital_Signs. It is also in a one to many relationship with the Tbl_PT_Demographics table like the Tbl_Coumadin_Clinic table.
In the Tbl_Coumadin_Clinic table there are fields for patient vital sign data. After data has been entered in to the clinic visit subform and the user clicks on the command button, "Save Clinic Visit" data is saved in the new record entered in to the Tbl_Coumadin_Clinic table. However, I need to be able to also save the the patient vital sign data entered in to the Tbl_Clinic_Visit_Vital_Signs table.
I assume that this would be performed in the function code of the command button. But what is the syntax to do this?
Best Regards,