S
szag via AccessMonster.com
I don't know what I am doing wrong but I am using DateSerial as a default in
a textbox and no matter what I keep getting 1/31/2010.
I have tried to put in anything just to get it to be something other than
1/31/2010...DateSerial(Year(Date()),Month(Date()),0) AND DateSerial(Year
(DateField), Month(DateField)+1,0) AND even tried to hard code DateSerial
(2005,12,12)...still got 1/31/2010!
What I doing something wrong? Thanks in advance...
a textbox and no matter what I keep getting 1/31/2010.
I have tried to put in anything just to get it to be something other than
1/31/2010...DateSerial(Year(Date()),Month(Date()),0) AND DateSerial(Year
(DateField), Month(DateField)+1,0) AND even tried to hard code DateSerial
(2005,12,12)...still got 1/31/2010!
What I doing something wrong? Thanks in advance...