Open Query or Report Dialog Box from code.

  • Thread starter Thread starter box2003
  • Start date Start date
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?
 
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top