I want to update a fiel in a table with a derived reporting date ie "25/06/2002". The value is text so im trying to convert it to a date . the fiel i end up with looks like 00:04:28. My code is
can anyone show me where im going wrong
strRepdate = Mid(ImportDate, 1, 2) & "/" & Mid(ImportDate...