B
Brad
Thanks for taking the time to read my question.
I have some code that opens a temp table for the user to preview the data
before running the rest of the code.
Right now it doesn't work because the message box opens overtop the temp
table. You click ok, and the rest of the code runs and you never get to check
the data before proceeding.
Is there a way I can do this? A message pops up telling the user they need
to double check the data before proceeding. When they are ready, they can
press any key to continue, or they could click ok, or what ever. I just want
the code to pause while they check the data.
The user will have to be able to scroll through the data to see everything,
and a TimeOut does not seem to be what I'm looking for.
Thanks,
Brad
I have some code that opens a temp table for the user to preview the data
before running the rest of the code.
Right now it doesn't work because the message box opens overtop the temp
table. You click ok, and the rest of the code runs and you never get to check
the data before proceeding.
Is there a way I can do this? A message pops up telling the user they need
to double check the data before proceeding. When they are ready, they can
press any key to continue, or they could click ok, or what ever. I just want
the code to pause while they check the data.
The user will have to be able to scroll through the data to see everything,
and a TimeOut does not seem to be what I'm looking for.
Thanks,
Brad