Trying to convert data/time field to a date

G

Guest

Hi

I am linking to tables from an Oracle db and I need to convert the data/time
fields to date fields but just using Cdate does not work.

I have to take the field convert it to text then use Cdate to covert it to a
date.
Open_Time ***is the field***
Open: Format([Open_Time],"mm/dd/yyyy")
OpenTime: CDate([Open])

My steps above works but I am hoping their is a better way?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top