A
ANDREW SAUNDERS
Guest
I have a form which collects data for various records and up dates a table, this is done by code as you step through various fields.
Upon finishing the data entery, I have a cmd button which updates the table, then runs a report based on a querry, finally it closes the form and returns to the previously opened form which is update.
It all works ok when there is data on the form which valid for the querry.
I want to skip running the report when there is no data to print!
Have tried using the On no Data in the event properties of the report but this produces an error saying that the open report action was canceled
I assume that there is a simple solution which is evading me !
Regards
Andrew
Upon finishing the data entery, I have a cmd button which updates the table, then runs a report based on a querry, finally it closes the form and returns to the previously opened form which is update.
It all works ok when there is data on the form which valid for the querry.
I want to skip running the report when there is no data to print!
Have tried using the On no Data in the event properties of the report but this produces an error saying that the open report action was canceled
I assume that there is a simple solution which is evading me !
Regards
Andrew