[AccessD] adhbCalendar returns INCORRECT value?!

S D accessd667 at yahoo.com
Mon Feb 16 03:04:20 CST 2004


Hi group,
 
I'm going nuts! I'm using the calendar form from the ADHB 2000 and it returns the WRONG value!?
 
When I select januari 4th 2004 (wich is a sunday) it returns April 1st 2004!! How is this possible?
 
The function below has the following values (after selecting januari 4th 2004):
Year = 2004
Month = 1
Day = 4
 
Public Property Get Value() As Date
    Value = DateSerial( _
     Me.Year, Me.Month, Me.Day)
End Property
 
i'm using 
A2k english
Win2000 (reg settings => english; date = dd/mm/yyyy)
 
Please help me out.
 
Regards
 
SD
 


---------------------------------
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online


More information about the AccessD mailing list