Hi all, I have a field called outage Date/Time, with the following format 7/10/2014 10:29:28 AM. Can i add two fields to the table, one which automatically copies the date of the field and one which holds the time. How can i do this, thanks.
Hi all, I have a field called outage Date/Time, with the following format 7/10/2014 10:29:28 AM. Can i add two fields to the table, one which automatically copies the date of the field and one which holds the time. How can i do this, thanks.
I would store it in a single field, as you have it. You can use the DateValue() and TimeValue() functions to peel out each portion as needed in the db. I suppose you could use the new calculated field in 2010; I've never tried it.
I used the calculated field option and figured it out, thanks!!