C
Chris
I have a command button on a form that exports data via an
excel spreadsheet. Sometimes the user double clicks the
button which will export it twice. The second time the
spreadsheet is empty because it marks them as being sent
the first time and the empty file will overwrite the first
one. I could add a date and time stamp to the naming of
the file but we don't really need to keep them.
Is there a way to mark a button as single click only and
prevent it from being double clicked or single clicked
twice to prevent the sungle click event from firing twice.
Thanks for your help,
-Chris
excel spreadsheet. Sometimes the user double clicks the
button which will export it twice. The second time the
spreadsheet is empty because it marks them as being sent
the first time and the empty file will overwrite the first
one. I could add a date and time stamp to the naming of
the file but we don't really need to keep them.
Is there a way to mark a button as single click only and
prevent it from being double clicked or single clicked
twice to prevent the sungle click event from firing twice.
Thanks for your help,
-Chris