J
Jean
i have a field of "Date/Time" type, formatted as short date and
99/99/0000;0;_ as input and no default value (null). and i have an unbound
textbox on my form for use input formatted as above. the end value saved in
the table is 12/30/1899 i checked it using an "Insert Into" statement as well
as "Update" statement. i notice when i use Date() function instead of the
Me.userinput the correct date is updated in the table.
what could possibly be the issue here?
thanks a lot.
99/99/0000;0;_ as input and no default value (null). and i have an unbound
textbox on my form for use input formatted as above. the end value saved in
the table is 12/30/1899 i checked it using an "Insert Into" statement as well
as "Update" statement. i notice when i use Date() function instead of the
Me.userinput the correct date is updated in the table.
what could possibly be the issue here?
thanks a lot.