I need to get the amount of records of a Report (RecordCount
) in the OnOpen
event. if there’s no record, I need to display a message to the user and close the report.
I tried to get this information thru the Report.Recordset
, unsuccessfully. it says that it is available on ADP.
I’d appreciate your help.
thanks in advance.
2