kipster1203
Registered User.
- Local time
- Today, 04:46
- Joined
- May 5, 2010
- Messages
- 13
I have a form that opens and prompts user to select a report type, upon clicking on the desired button, it opens the report in a new window.
What I want is for the window to close after the user clicks on a report type, can anyone help me?
Here is the code for the request window
So after this I need a code to close the window... thanks
What I want is for the window to close after the user clicks on a report type, can anyone help me?
Here is the code for the request window
Code:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Select Report Form"
DoCmd.OpenForm stDocName, , , stLinkCriteria
So after this I need a code to close the window... thanks