Howdy all,
I have a bunch of xls sheets linked to an Access db.
The xls sheets have a Sent field, containing date/time in format dd/mm/yy hh:nn
There is a table in the Access db called Appended containing a field called Received.
I need to get the difference. Problem is Access seems to read the two fields (Sent and Received) as different formats. Consequently, I just get an #ERROR.
Can I code it so it converts whatever is the Sent and Received fields to the same format to give my difference?
Many thanks.
I have a bunch of xls sheets linked to an Access db.
The xls sheets have a Sent field, containing date/time in format dd/mm/yy hh:nn
There is a table in the Access db called Appended containing a field called Received.
I need to get the difference. Problem is Access seems to read the two fields (Sent and Received) as different formats. Consequently, I just get an #ERROR.
Can I code it so it converts whatever is the Sent and Received fields to the same format to give my difference?
Many thanks.