E
Emanuel Violante
Hi,
I'm trying to save a .SNP file in a specific directory and with the current
time and date.
The file is saved in the specified directory, but he's always saved as
today.snp
here is the code:
Dim stDocName As String
Dim today
today = Now
stDocName = "suporte_encomenda"
DoCmd.OutputTo acReport, stDocName, "Snapshot Format", "l:\docs\today.snp"
could anyone help me, please???
--
Thanks,
Sorry if my english isn''t correct, but I''m from Potugal
Emanuel Violante Galeano
I'm trying to save a .SNP file in a specific directory and with the current
time and date.
The file is saved in the specified directory, but he's always saved as
today.snp
here is the code:
Dim stDocName As String
Dim today
today = Now
stDocName = "suporte_encomenda"
DoCmd.OutputTo acReport, stDocName, "Snapshot Format", "l:\docs\today.snp"
could anyone help me, please???
--
Thanks,
Sorry if my english isn''t correct, but I''m from Potugal
Emanuel Violante Galeano