Open Query or Report Dialog Box from code.

B

box2003

I there a way to open the report and query design dialog boxes for users to
build their own reports and queries from code?
 
R

roadie.girl

Probably easiest way to do this is to have them select certain data
points in a form (using combo boxes for dropdown, listboxes, etc), and
then send that data into the report you want them to generate. This way
the layout of the report isn't messed with.
hth
 
B

box2003

Is there a procedure call that will open the query dialog box from a form
code? End users may only want to see raw data.
 
Top