Access record updates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database called building usage. On a daily basis I need to update old records or add new. Once complete I then have to print many copies of this entire report (which at times can be about 20 pages long). As this database updates or changes records whether old or new I wish to print only those records in a report form. Does anyone know how I can do this or point me in the correct direction to find out

Thanking you in advance for your help

Lori
 
Hi,
I would suggest maybe having a transaction date/time on
the records. Then you could have a query/report to select
only those records where the transaction date/time met the
timeframe you were looking for.
-----Original Message-----
I have a database called building usage. On a daily
basis I need to update old records or add new. Once
complete I then have to print many copies of this entire
report (which at times can be about 20 pages long). As
this database updates or changes records whether old or
new I wish to print only those records in a report form.
Does anyone know how I can do this or point me in the
correct direction to find out.
 
Back
Top