E
Ed B
Hi,
My report's recordsource is a single-table query. I would like to record
the date/time that each record was printed in a field in that same table. It
seems to me that the report detail's OnPrint is the right event within which
to try to update the Date/Time field in the recordsource table.
The only problem is I can't seem to get Access to let me do it.
The recordsource query is a Dynaset, and I have verified that I can update
the field manually from there.
Is what I want to do possible from within the report? I have successfully
done this in the past by calling a subroutine from within the OnPrint event,
but I am hoping that there is a simpler approach whereby I can get the report
to do it by itself, without having to call such a routine.
Thanks in advance,
Ed
My report's recordsource is a single-table query. I would like to record
the date/time that each record was printed in a field in that same table. It
seems to me that the report detail's OnPrint is the right event within which
to try to update the Date/Time field in the recordsource table.
The only problem is I can't seem to get Access to let me do it.
The recordsource query is a Dynaset, and I have verified that I can update
the field manually from there.
Is what I want to do possible from within the report? I have successfully
done this in the past by calling a subroutine from within the OnPrint event,
but I am hoping that there is a simpler approach whereby I can get the report
to do it by itself, without having to call such a routine.
Thanks in advance,
Ed