Robert88
Robbie
- Local time
- Tomorrow, 01:45
- Joined
- Dec 18, 2004
- Messages
- 334
To anyone that can help? Not sure if it is possible?
I have managed to successfully import into a table non-delimeted data as seen in the link
http://www.access-programmers.co.uk/forums/showthread.php?t=96996
the data went into fldDate(Datatype: Date), fldHours(Datatype Text) & fldMins (Datatype Text).
I even managed to successfully, in the link above, merge the two string fields (fldHours & fldMins) in a function in order to give me a field time with a query using the function.
However I have realised I need date and time all in one field and was wondering if this is possible?
This is so I can place the data in date/time order.
I have tried extending the function at the bottom of the link above but keep getting type mismatch. It seems that it does not like me merging Datatypes Date and Text together. Is there a way around this?
Look forward to anyones help here.
Robert88
I have managed to successfully import into a table non-delimeted data as seen in the link
http://www.access-programmers.co.uk/forums/showthread.php?t=96996
the data went into fldDate(Datatype: Date), fldHours(Datatype Text) & fldMins (Datatype Text).
I even managed to successfully, in the link above, merge the two string fields (fldHours & fldMins) in a function in order to give me a field time with a query using the function.
However I have realised I need date and time all in one field and was wondering if this is possible?
This is so I can place the data in date/time order.
I have tried extending the function at the bottom of the link above but keep getting type mismatch. It seems that it does not like me merging Datatypes Date and Text together. Is there a way around this?
Look forward to anyones help here.
Robert88
Last edited: