me.visable = false won't hide form

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.
 

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