Odd Request

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to disable a parameter query msgbox?

I need this for a form for when the user moves the mouse wheel, it goes back
to the original record but it will still ask for a parameter before it
returns to the original record.

I just want the parameter msgbox to be disabled when this happens.

Thanks!
 
Is there any way to disable a parameter query msgbox?

I need this for a form for when the user moves the mouse wheel, it goes back
to the original record but it will still ask for a parameter before it
returns to the original record.

I just want the parameter msgbox to be disabled when this happens.

Thanks!

I think the only way to do this would be to use a Form rather than a
simple prompt, using a parameter such as =[Forms]![formname]![ctlname]
- this Form or its controls can be enabled or disabled as needed.

John W. Vinson[MVP]
 

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