PennyPitSt0p
Access 2000 Amateur
- Local time
- Today, 07:41
- Joined
- Mar 2, 2006
- Messages
- 16
OK, I think that I may be over thinking this, and that there may be a simple solution to what I am trying to do.
I am not sure if this should be in the Forms section, or in the Reports section, so I am posting this in reports.
Please keep in mind, that I am very new at this, have no formal training and a minimal amount of experience with VBA coding.
I have a form "precall_form_view" that houses existing data in a table, some free form add fields and a lot of validation logic behind it. (I made it that far!)
I have created a report "print_report" that houses all relevant data on a single sheet per precall.
What I would LIKE to do is allow the user to click on a button on the "precall_form_view" that would pull up ONLY the record that they are working on in the "print_report" report. That way, they can print only that record, and not run the risk of printing a 6,000 page report.
Is there a way to do this?
Thanks!
Pennypitst0p
I am not sure if this should be in the Forms section, or in the Reports section, so I am posting this in reports.
Please keep in mind, that I am very new at this, have no formal training and a minimal amount of experience with VBA coding.
I have a form "precall_form_view" that houses existing data in a table, some free form add fields and a lot of validation logic behind it. (I made it that far!)
I have created a report "print_report" that houses all relevant data on a single sheet per precall.
What I would LIKE to do is allow the user to click on a button on the "precall_form_view" that would pull up ONLY the record that they are working on in the "print_report" report. That way, they can print only that record, and not run the risk of printing a 6,000 page report.
Is there a way to do this?
Thanks!
Pennypitst0p