J
John
I have a query that has a date and time field. What I would like to do is
read the only the date, for example; 11/12/2008 12:34:67pm. I tried this
test1: left([orderdate1], 10) and I would get back something like 11/12/2008
1. So what I would like to do is read up to the space.
read the only the date, for example; 11/12/2008 12:34:67pm. I tried this
test1: left([orderdate1], 10) and I would get back something like 11/12/2008
1. So what I would like to do is read up to the space.