G
Guest
Sorry but i dont realy understand.
I have created a table called "AviPrintDate" with the field name
"AviPrintDate", then i set this feilds default to Now(). So when this table
is opened it records the current date time.
I then created a botton "print avi report" and added the code
DoCmd.OpenTable "AviPrintDate"
DoCmd.Save
DoCmd.Close
Please Note that this report is based of a Querie.
In the querie i have set the criteria for the Date time to
< AviPrintDate.AviprintDate FROM AviPrintDate
But this does not work.
Any help would be appericated.
I have created a table called "AviPrintDate" with the field name
"AviPrintDate", then i set this feilds default to Now(). So when this table
is opened it records the current date time.
I then created a botton "print avi report" and added the code
DoCmd.OpenTable "AviPrintDate"
DoCmd.Save
DoCmd.Close
Please Note that this report is based of a Querie.
In the querie i have set the criteria for the Date time to
< AviPrintDate.AviprintDate FROM AviPrintDate
But this does not work.
Any help would be appericated.