surfbum3000
Technical User
I have 2 fields that need to be unconcatenated.
[tblAppts].[STARTDATE]
[tblAppts].[STARTTIME]
The STARTDATE field Data Type is Date/Time. The STARTTIME field Data Type is Text.
STARTDATE is in this format: M/D/YYYY
STARTTIME is Military Time format: HH:MM (15:00)
I need Month one field, Day another field, and Year a third field. Also, I need Hour one field and Minutes another field.
Thanks.
[tblAppts].[STARTDATE]
[tblAppts].[STARTTIME]
The STARTDATE field Data Type is Date/Time. The STARTTIME field Data Type is Text.
STARTDATE is in this format: M/D/YYYY
STARTTIME is Military Time format: HH:MM (15:00)
I need Month one field, Day another field, and Year a third field. Also, I need Hour one field and Minutes another field.
Thanks.