D
Dan
Hi;
I am developing using XP Professional.
When I open my report, on the open event I check to see
if the user has selected a project. If not, I display an
error message using vbExclamation. This works well.
MY PROBLEM: After the user clicks "OK" from the
vbExclamation box, the report opens anyway with no data.
How do I close the report from code? DoCmd.Close doesn't
work.
Thanks,
Dan
I am developing using XP Professional.
When I open my report, on the open event I check to see
if the user has selected a project. If not, I display an
error message using vbExclamation. This works well.
MY PROBLEM: After the user clicks "OK" from the
vbExclamation box, the report opens anyway with no data.
How do I close the report from code? DoCmd.Close doesn't
work.
Thanks,
Dan