R
ram
HI All,
I'M trying to export a query to Excel and give it a file name that
represents the Maximum date in the date field of the query I'm exporting.
When I use the code below I receive an error message "Can not update.
Database or object is read only"
Code I'm using:
\\NS-WARQVFS01\MAH\ ACCOUNTING\2010\MONTHLY AUDIT &
Format(DLookup(max("CSODate"), "tblCSOIssued"), "mm-yyy") &
".xls"
Thanks for any help
I'M trying to export a query to Excel and give it a file name that
represents the Maximum date in the date field of the query I'm exporting.
When I use the code below I receive an error message "Can not update.
Database or object is read only"
Code I'm using:
\\NS-WARQVFS01\MAH\ ACCOUNTING\2010\MONTHLY AUDIT &
Format(DLookup(max("CSODate"), "tblCSOIssued"), "mm-yyy") &
".xls"
Thanks for any help