P
Parker
I have a switchboard form in Access 2000 and I want to add a button that does
the following:
#1 Preview a specified Report on screen
#2 On close of the Report, prompt / ask user if Report was ok
#3 If user indicates yes, Email the report to specified emails
#4 Propmt / ask user if Report was sent ok
#5 If user indicates yes, Run a specified Update Query
Note, if the user indicates No at any point, close out of this routine.
Also, I would like to hotkey 'Y" and 'N' in the user prompts if possible...
Any thoughts on how best to accomplish this?
I was thinking of making the button open a new form that OnOpen previews the
report and sets a variable (StepNo) to 1 and using OnActive to check the
StepNo and perform the appropriate action...
Thanks in advance for any help!
Parker
the following:
#1 Preview a specified Report on screen
#2 On close of the Report, prompt / ask user if Report was ok
#3 If user indicates yes, Email the report to specified emails
#4 Propmt / ask user if Report was sent ok
#5 If user indicates yes, Run a specified Update Query
Note, if the user indicates No at any point, close out of this routine.
Also, I would like to hotkey 'Y" and 'N' in the user prompts if possible...
Any thoughts on how best to accomplish this?
I was thinking of making the button open a new form that OnOpen previews the
report and sets a variable (StepNo) to 1 and using OnActive to check the
StepNo and perform the appropriate action...
Thanks in advance for any help!
Parker