policechiefwiggum
Programmer
Hi All,
I have a field on a form that captures a project launch date, i have this field in 2 places, in the 1st place its been for a while and works perfectly, and i now want to add it in to another form as part of an update.
On both forms i have set "medium date" as the input mask, and have also set the DB to "medium date" as its input mask.
When i save the date in form a to the db it saves as 01-Jan-01, when i load form b it pulls this value from the db as expected.
if a user changes this my SQL says its saving the value 01-Dec-01.
but when i check the db whats its acctually saved is 00:00:43 and i have no idea why or how to fix it!!!
has anyone got any ideas?
Thanks
I have a field on a form that captures a project launch date, i have this field in 2 places, in the 1st place its been for a while and works perfectly, and i now want to add it in to another form as part of an update.
On both forms i have set "medium date" as the input mask, and have also set the DB to "medium date" as its input mask.
When i save the date in form a to the db it saves as 01-Jan-01, when i load form b it pulls this value from the db as expected.
if a user changes this my SQL says its saving the value 01-Dec-01.
but when i check the db whats its acctually saved is 00:00:43 and i have no idea why or how to fix it!!!
has anyone got any ideas?
Thanks