uscctechnician
Technical User
Good evening,
I am looking for some advice on what is the best approach for this particular situation.
I have a main form, with a subform called "Observation Subform". While my main form will enter into a main table as one record, the subform may have 3 or 4 records stored within its table.
I have a print button on the main form which prints a report with the information on the main form. What I am wondering is how can I best set up this report to show all the sub form records that match this one main form record.
I know I am not explaining this well so bear with me while I explain the forms and process.
1) I open my main form entry called "Visit". Lets say it assigns this new entry and recordID=1
2) I go to a page called "Observation subform" within the "Visit" form.
3) I enter an observation, which is has one combo box showing the employee and 11 text fields containing notes. I fill in the text fields with my data.
4) I click my add button within the subform and add another employee and fill in the 11 text fields again.
5) I click on my Print Repaort button which automatically selects the proper data based on the recordID, which in this case is recordID=1
6) Now on this one report, I need to get both of the employees and their notes I entered in on the "Observation subform"
If there's 2 or more employee observation, I need the report to print the first employee name, and the 11 memo fields, then the 2nd employee will follow with their 11 text fields, and so on.
I am looking for suggestions for y'all to find out the best way of doing this so the report shows not only the info, but in the correct layout and not get everything jumbled together.
I hope I havent made this post too confusing.
Thanks min advance!!
I am looking for some advice on what is the best approach for this particular situation.
I have a main form, with a subform called "Observation Subform". While my main form will enter into a main table as one record, the subform may have 3 or 4 records stored within its table.
I have a print button on the main form which prints a report with the information on the main form. What I am wondering is how can I best set up this report to show all the sub form records that match this one main form record.
I know I am not explaining this well so bear with me while I explain the forms and process.
1) I open my main form entry called "Visit". Lets say it assigns this new entry and recordID=1
2) I go to a page called "Observation subform" within the "Visit" form.
3) I enter an observation, which is has one combo box showing the employee and 11 text fields containing notes. I fill in the text fields with my data.
4) I click my add button within the subform and add another employee and fill in the 11 text fields again.
5) I click on my Print Repaort button which automatically selects the proper data based on the recordID, which in this case is recordID=1
6) Now on this one report, I need to get both of the employees and their notes I entered in on the "Observation subform"
If there's 2 or more employee observation, I need the report to print the first employee name, and the 11 memo fields, then the 2nd employee will follow with their 11 text fields, and so on.
I am looking for suggestions for y'all to find out the best way of doing this so the report shows not only the info, but in the correct layout and not get everything jumbled together.
I hope I havent made this post too confusing.
Thanks min advance!!