Odd Request

J

Joel

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!
 
J

John Vinson

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]
 
Top