solun
Programmer
- Apr 1, 1999
- 55
I've got a VBA event procedure that evaluates a bunch of data from multiple tables (over 100 fields with lots of conditionals, dates, etc.) and I want to send the results to a report.
Obviously, I need the "DoCmd.OpenReport" but how do I tell the report what to display? In my testing I'm just using debug.print statements to make sure the code is evaluting correctly - but those results are what I need my users to get from the report.
I hope the question makes sense to somebody!
Thanks!
Heidi
Heidi I. Jones
Ridgerunner Consulting
Questions Answered. Problems Solved.
Obviously, I need the "DoCmd.OpenReport" but how do I tell the report what to display? In my testing I'm just using debug.print statements to make sure the code is evaluting correctly - but those results are what I need my users to get from the report.
I hope the question makes sense to somebody!
Thanks!
Heidi
Heidi I. Jones
Ridgerunner Consulting
Questions Answered. Problems Solved.