Parameters in Data Reports
A client is asking for me to make an app I built print out (main form basically), well what I built them prints like a screen print, I couldn't get the list view to print otherwise, they didn't like it.
So I guess I have to use the data report or build it in access and call it...I think I would like to build it in the app, if so how do I pass a parameter like the order ID# to the report? I've never used the data report thingy, but the little I've played with it today, it seems like Access, so if I could get this info, I should be fine....
Thanks in advance....BTW I searched I promise...
Re: Parameters in Data Reports
Re: Parameters in Data Reports
It depands on what you use for the reports datasource. You can create a recordset and set it as the recordsource or you can use a DataEnvironment as the recordsource.
If your using a dataenvironment then check out this post
http://www.vbforums.com/showthread.p...ment+parameter
Search this forum for additional info.