Pop-up/Sort

H

Howard

Thanks to a post from Joan Wild, we have a form based on a
table which contains the names of our reports. The form
has a list box, text box and command button. Click on a
report name in the list box, it appears in the text box,
and then can be printed or previewed.
Thanks to a post from Duane Hookom referring us to a
Microsoft KB article, we have a pop-up form which allows
us to sort the a report based on several fields.
My question: can we have the pop-up form appear based on
the name of the report shown in the text box? In other
words, In the OnOpen event of the pop-up form, can we
reference the report name in the text box rather than the
name of a specific report? DoCmd.OpenReport "Name in
TextBox", acViewDesign?
Hope I explained this clearly!
Howard
 

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

Top