R
Ralph
Hello to all,
I have code which works well for appending a record to a table. However,
I have written the error handling code for ensuring that only acceptable
user-provided data is used to build a dynamic SQL call. And I do NOT want a
message box shown to the user, asking "... You are about to append 1
row(s)... Yes [command button]... No [command button]". When the user sees
this message box and selects, "Yes", then the code executes just fine.
However, when the user selects, "No", the a message box pops up with an
option to "Debug", and I DO NOT want the casual user having access to the
vba code for this (or any) module. How can I have the query execute in
"Silent Mode"?
TIA,
Ralph in Boise
I have code which works well for appending a record to a table. However,
I have written the error handling code for ensuring that only acceptable
user-provided data is used to build a dynamic SQL call. And I do NOT want a
message box shown to the user, asking "... You are about to append 1
row(s)... Yes [command button]... No [command button]". When the user sees
this message box and selects, "Yes", then the code executes just fine.
However, when the user selects, "No", the a message box pops up with an
option to "Debug", and I DO NOT want the casual user having access to the
vba code for this (or any) module. How can I have the query execute in
"Silent Mode"?
TIA,
Ralph in Boise