G
Guest
Button on switchboard runs a macro that opens a query. Query prompts for
parameter value with default OK or CANCEL buttons in param value dialog box.
If value IsNull and OK is clicked - datasheet view opens with resultset of no
records - OK so far. If value IsNull and CANCEL is selected - Action Failed
err occurs.
Macro is 2 steps: 1) SetWarnings OFF; 2) OpenQuery...
How do you suspend system errors? Is there another way to run a query from a
button on the Switchboard menu?
Many thanks for any help on this,
Chris
parameter value with default OK or CANCEL buttons in param value dialog box.
If value IsNull and OK is clicked - datasheet view opens with resultset of no
records - OK so far. If value IsNull and CANCEL is selected - Action Failed
err occurs.
Macro is 2 steps: 1) SetWarnings OFF; 2) OpenQuery...
How do you suspend system errors? Is there another way to run a query from a
button on the Switchboard menu?
Many thanks for any help on this,
Chris