Default selected records(s)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to have the print dialog box default to
selected records instead of "all records". I have a form
that users will select the record using find, enter some
data, then print. Afraid that they will mistakenly print
all the records. Would like to make it easy for them if
it was defaulted to selected records.
 
The DoCmd.OpenReport syntax allows for a "WHERE-like" clause, in which you
can specify using the record(ID) selected in the form. Check Access HELP
for OpenReport.
 

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