I have a text field in a table that logs the date/time that a record was created. I am building a form where I only need to display the date portion of the field but I cannot find anything that will allow me to do that easily.
For example, here is what the text in the field looks like:
1/6/2010 9:18:56 AM
This is what I want to display on the form:
1/6/2010
I figured that I would just have to write something similar to a Len function in the Format area of the fields properties but nothing jumps out at me in the help section.
Any help you guys can provide would be greatly appreciated.
Travis
For example, here is what the text in the field looks like:
1/6/2010 9:18:56 AM
This is what I want to display on the form:
1/6/2010
I figured that I would just have to write something similar to a Len function in the Format area of the fields properties but nothing jumps out at me in the help section.
Any help you guys can provide would be greatly appreciated.
Travis