Split values

A

Anna

Hi:
Can any one please tell me how to i separate date from that string.

mdate
yyyy-mm-dd
2006-11-06-09-58-22
2006-11-07-15-34-08
2006-11-08-18-59-01

Thanks.
 
K

kingston via AccessMonster.com

Try:

Left([Field],10)
Hi:
Can any one please tell me how to i separate date from that string.

mdate
yyyy-mm-dd
2006-11-06-09-58-22
2006-11-07-15-34-08
2006-11-08-18-59-01

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

Top