M
Mark S
Need a start time & stop time in a table and on a form, but need to
include date because in certain instances it may go beyond a day or
two. Seems to me the best way to do this is with a single date/time
field for start and stop. Problem is on the form I would like it user
friendly with date and time appearing to be separate fields and the
date automatically populating with current date. Probably don't even
want the date as a tab stop.
On the data entry form, I am guessing I would sum the date and time
entries then put it into the start time field. Any suggestions or
warnings on doing this?
On the data read/update form, split the date and time and allow for
updates similar to the data entry form. Any suggestions or warnings
on doing this?
Or would it be better to just break this down into four separate
fields? I am assuming two fields would be easier when getting around
to doing datediff (by time) functions.
Thanks for any suggestions.
include date because in certain instances it may go beyond a day or
two. Seems to me the best way to do this is with a single date/time
field for start and stop. Problem is on the form I would like it user
friendly with date and time appearing to be separate fields and the
date automatically populating with current date. Probably don't even
want the date as a tab stop.
On the data entry form, I am guessing I would sum the date and time
entries then put it into the start time field. Any suggestions or
warnings on doing this?
On the data read/update form, split the date and time and allow for
updates similar to the data entry form. Any suggestions or warnings
on doing this?
Or would it be better to just break this down into four separate
fields? I am assuming two fields would be easier when getting around
to doing datediff (by time) functions.
Thanks for any suggestions.