venkateshr28
New member
- Local time
- Yesterday, 23:25
- Joined
- Apr 2, 2019
- Messages
- 13
Hello Experts,
This is my 2nd post in this forum regarding MS access 2007 help.
Unfortunatelly i am working on a senstive information pleae excluse me for not posting the DB here.
I am stuck need help on converting a text column to Date/Time format please
I Have imported this table from excel which has StartTime as column, when its imported to MS access the column is set to text by default, if i change this manually to Date/time column itself is becoming blank in the table.
I have tried using DateValue function but error as Type Mismatch
i have tried Format function as well but didnt work. Can anyone suggest please
Below is my query in which i need to convert StartTime filed to Date/Time format:banghead:
SELECT A_B_New.[Bank ID], A_B_New.[Staff Name], A_B_New.Date, A_B_New.StartTime
FROM A_B_New
WHERE (((A_B_New.Type)="Available Hours"));
This is my 2nd post in this forum regarding MS access 2007 help.
Unfortunatelly i am working on a senstive information pleae excluse me for not posting the DB here.
I am stuck need help on converting a text column to Date/Time format please
I Have imported this table from excel which has StartTime as column, when its imported to MS access the column is set to text by default, if i change this manually to Date/time column itself is becoming blank in the table.
I have tried using DateValue function but error as Type Mismatch
i have tried Format function as well but didnt work. Can anyone suggest please
Below is my query in which i need to convert StartTime filed to Date/Time format:banghead:
SELECT A_B_New.[Bank ID], A_B_New.[Staff Name], A_B_New.Date, A_B_New.StartTime
FROM A_B_New
WHERE (((A_B_New.Type)="Available Hours"));