> What code are you trying to use, and what happens when you try to use that
> code? Do you get an error? If so, what's the error (and what line of code is
> causing it)?
>
> --
> Doug Steele, Microsoft Access MVP
>
http://I.Am/DougSteele> (no private e-mails, please)
>
>
> "Ed B" <EdB[ at ]discussions.microsoft.com> wrote in message
> news:464C8104-31AD-4BBA-A743-539F125F9B03[ at ]microsoft.com...
> > 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
>
>
>