Date format problem when exported from access to excel !!!!!!!!

how to solve this problem ?

  • What mistake am i doing

    Votes: 0 0.0%
  • give me suggestion

    Votes: 0 0.0%

  • Total voters
    0
  • Poll closed .

Hapr1

Registered User.
Local time
Today, 06:07
Joined
Aug 4, 2005
Messages
24
Hello , I have a date format problem , I have an access database which when run by a macro, gives me a date format of 05-AUg-05( data type is text)and the same applies when it 's exported toexcel , it appears as 05-Aug-05. But , when exported to excel i need it in the format 05/08/05.
What should i do for this ?

I think the problem is ,When I run a macro i think the date field is automatically assigned to text , what should i do so tht when it runs a macro it should be in date/time type ?

Thanks for the help in advance .
 
have you tried converting it using CDATE([TextDateColumn])
you can use a query and base your export on that query to do the conversion.
 

Users who are viewing this thread

Back
Top Bottom