S
schaapiee
Here is the concept:
I have reports that are run daily, monthly, etc..
I have a table which tells my webpage how many reports to show..aka
13; (for monthly this would show 13 months worth for that specific
report)
My files are appended with date information in the format of YYYYMM or
YYYYMMDD respectively.
I want to create an access application which can:
1. Reference an access table which says how many of each report should
be in the the specific directory.
ie. report1 = 12, report2 = 1, report3 = 35, report4 = 25, etc..
2. Look into that specific directory where the reports are stored.
3. Move the files in excess of the specified amount into an archive
folder located in same directory.
Can I write a date function which says get current date less table
value, then move remaining in folder x to folder y
Let me know if you need more information..
Thanks
Devon
I have reports that are run daily, monthly, etc..
I have a table which tells my webpage how many reports to show..aka
13; (for monthly this would show 13 months worth for that specific
report)
My files are appended with date information in the format of YYYYMM or
YYYYMMDD respectively.
I want to create an access application which can:
1. Reference an access table which says how many of each report should
be in the the specific directory.
ie. report1 = 12, report2 = 1, report3 = 35, report4 = 25, etc..
2. Look into that specific directory where the reports are stored.
3. Move the files in excess of the specified amount into an archive
folder located in same directory.
Can I write a date function which says get current date less table
value, then move remaining in folder x to folder y
Let me know if you need more information..
Thanks
Devon