- Joined
- Jul 11, 2005
- Messages
- 43
- Reaction score
- 0
I have made a form to hold a parameter for a report that uses a stored procedure. The reports criteria is coming from a combo box on the from’s toolbar. This form is only used to hold the value so that I could reference it in the report’s inputparameter property box. I thought I would simply hide the form. I tried me.visable = false and RunCommand acCmdWindowHide. Neither of them hid the form. Does anyone know why this isn’t working?
I am also open to suggestions on a better ways to pass parameters from command bar objects to reports.
I am also open to suggestions on a better ways to pass parameters from command bar objects to reports.