B
Blakey300
Hi
I am using Access 2007 and have a macro to output reports to a .pdf file (I
have downloaded the pdf add in from ms)
I would like the system when creating the file name to automatically add the
date (in reverse order at the start of the file name so that they appear in a
logical order in the host folder)
so am thinking i want something like this:
="C:\Users\Dave Blake\Documents\Keibudo Karate\" & Year() & Month() & Day()&
"inactive.pdf"
Does anyone know if this is possible or have an alternative method.
many thanks
dave
I am using Access 2007 and have a macro to output reports to a .pdf file (I
have downloaded the pdf add in from ms)
I would like the system when creating the file name to automatically add the
date (in reverse order at the start of the file name so that they appear in a
logical order in the host folder)
so am thinking i want something like this:
="C:\Users\Dave Blake\Documents\Keibudo Karate\" & Year() & Month() & Day()&
"inactive.pdf"
Does anyone know if this is possible or have an alternative method.
many thanks
dave