I'm trying to create an input page for doctors in a clinic. The main form contains patient information (name, ID, address, etc).
I then have a tab control for 2 subforms...that is one subform on each tab page. One is "Clinical" and the other is "Billing". Both subforms are linked to the main form using the patient ID number.
My problem is I want the two subforms linked to each other. They both contain the fields "Visit_No" and "Time_of_visit", with the the visit number as autonumber and time of visit set to default Now (). So, how can I get both subforms to have identical "Visit_No" and "Time_of_visit" entries when adding a new record? The main form does not have these two fields.
[This message has been edited by snorf3 (edited 06-07-2001).]
I then have a tab control for 2 subforms...that is one subform on each tab page. One is "Clinical" and the other is "Billing". Both subforms are linked to the main form using the patient ID number.
My problem is I want the two subforms linked to each other. They both contain the fields "Visit_No" and "Time_of_visit", with the the visit number as autonumber and time of visit set to default Now (). So, how can I get both subforms to have identical "Visit_No" and "Time_of_visit" entries when adding a new record? The main form does not have these two fields.
[This message has been edited by snorf3 (edited 06-07-2001).]