OK, I have it writing records to ther scanner. That is cool. However, i am havign a date formatting issue.
If I use : Format(now, "mm/dd/yyyy") I get : 36/28/2007
If I use : Format(today, "mm/dd/yyyy") I get : 00/28/2007
Any ideas?
Printable View
OK, I have it writing records to ther scanner. That is cool. However, i am havign a date formatting issue.
If I use : Format(now, "mm/dd/yyyy") I get : 36/28/2007
If I use : Format(today, "mm/dd/yyyy") I get : 00/28/2007
Any ideas?
I found it.. Format(Today, "MM/dd/yyyy") works.