Hi and thanks for your interest,
I'm creating a database to produce transcriptions in a medical office instead of having to go through a transcription service.
I have a main form with multiple subforms(4) and tabcontrols(2). The subform I use to enter medications is based on a control box listing medications from a "medications" table. It's a list that you type the first few letters of the medication and the medication pops up without having to type the complete name. I have a report that is actually like a letter, so the report prints only for the record on the form. I have 2 questions:
1) Even though the report shows only the record on the current form, it shows multiple pages because of the medications. 10 medications = 10 duplicate pages. How do I fix that?
2) The subform containing patient's medications, "pt to med details" is also on a tab control. The second tab is to add the medications to the "medications" table, if it's not on the list. It works, but only updates the list if I exit the form, then re-enter. How do I make it so it updates automatically without having to leave the form?
Thanks in advance for your genius replies.
I'm creating a database to produce transcriptions in a medical office instead of having to go through a transcription service.
I have a main form with multiple subforms(4) and tabcontrols(2). The subform I use to enter medications is based on a control box listing medications from a "medications" table. It's a list that you type the first few letters of the medication and the medication pops up without having to type the complete name. I have a report that is actually like a letter, so the report prints only for the record on the form. I have 2 questions:
1) Even though the report shows only the record on the current form, it shows multiple pages because of the medications. 10 medications = 10 duplicate pages. How do I fix that?
2) The subform containing patient's medications, "pt to med details" is also on a tab control. The second tab is to add the medications to the "medications" table, if it's not on the list. It works, but only updates the list if I exit the form, then re-enter. How do I make it so it updates automatically without having to leave the form?
Thanks in advance for your genius replies.