R
Richard Albrecht
Hi,
I'm creating an application that prints various reports and the customer
wants to have the preview window open and print them from their. No Problem
with that, however if the report prints successfully then the program has to
update a table based on the same query that the report used.
Problem is I can't figure in access the best way to do this. In Delphi I'd
create a form that was modal and that form would launch the report preview,
the user would still be able to get to the report as it is not under the
modal form that launched it.
In Access the problem is that the user can't change focus to the Report
Preview.
The whole idea is to give the user the choice as to whether the report
printed ok and then the program can go do the update, or cancel the update.
I hope this makes sense.
Rich
I'm creating an application that prints various reports and the customer
wants to have the preview window open and print them from their. No Problem
with that, however if the report prints successfully then the program has to
update a table based on the same query that the report used.
Problem is I can't figure in access the best way to do this. In Delphi I'd
create a form that was modal and that form would launch the report preview,
the user would still be able to get to the report as it is not under the
modal form that launched it.
In Access the problem is that the user can't change focus to the Report
Preview.
The whole idea is to give the user the choice as to whether the report
printed ok and then the program can go do the update, or cancel the update.
I hope this makes sense.
Rich