K
katheryn barry via AccessMonster.com
I know there has to be an easy answer to this but I can't seem to find it.
I have created a form for my switchboard that contains a dropdown menu for
selection of a particular project manager. I have the command button marked
"OK" perform the following event procedure:
Private Sub Command4_Click()
DoCmd.OpenQuery "Open by PM"
DoCmd.Close acForm, "Select Project Manager"
End Sub
The criteria in the query is as follows:
[Forms]![Select Project Manager]![cboPM]
This query works fine but I would like to have the information displayed as
a report vice a query database list. When I build a report using the above
query I get an enter parameter box asking for [Forms]![Select Project
Manager]![cboPM].
How do I enable the "OK" button on my form to display a report of the query
information?
I have created a form for my switchboard that contains a dropdown menu for
selection of a particular project manager. I have the command button marked
"OK" perform the following event procedure:
Private Sub Command4_Click()
DoCmd.OpenQuery "Open by PM"
DoCmd.Close acForm, "Select Project Manager"
End Sub
The criteria in the query is as follows:
[Forms]![Select Project Manager]![cboPM]
This query works fine but I would like to have the information displayed as
a report vice a query database list. When I build a report using the above
query I get an enter parameter box asking for [Forms]![Select Project
Manager]![cboPM].
How do I enable the "OK" button on my form to display a report of the query
information?