C
Christopher Caswell
My user has insisted on having separate fields on my form for Date and Time,
when database design suggests there be one, in General Date format.
I assume the natural answer to this is to have two unbound fields, one in
Short Date format and one in Time format, and to split my database field up
and into the two text boxes "On Current", and to join the two values
together again on "Before Update".
What's the best way to go about doing this? I believe that dates are stored
as doubles, in "date.time" format, but can someone advise the best/most
efficient logic to unparse these values and then put them back together
again?
when database design suggests there be one, in General Date format.
I assume the natural answer to this is to have two unbound fields, one in
Short Date format and one in Time format, and to split my database field up
and into the two text boxes "On Current", and to join the two values
together again on "Before Update".
What's the best way to go about doing this? I believe that dates are stored
as doubles, in "date.time" format, but can someone advise the best/most
efficient logic to unparse these values and then put them back together
again?