re-formatting date values in query design view

M

Matthew Dyer

I have a field titled ACTION_DATE that returns a general date value. I
want it to return a Short Date value instead. What do I put into the
Field to achieve this?
 
J

John W. Vinson

I have a field titled ACTION_DATE that returns a general date value. I
want it to return a Short Date value instead. What do I put into the
Field to achieve this?

Simply set the Format property of the textbox on the Form or Report where
you'll be displaying the result. Query datasheets are not designed for data
interaction.

If you insist, you can rightclick the field in query design view and set its
Format property.
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 
M

Matthew Dyer

Simply set the Format property of the textbox on the Form or Report where
you'll be displaying the result. Query datasheets are not designed for data
interaction.

If you insist, you can rightclick the field in query design view and set its
Format property.
--

             John W. Vinson [MVP]
 Microsoft's replacements for these newsgroups:
 http://social.msdn.microsoft.com/Forums/en-US/accessdev/
 http://social.answers.microsoft.com/Forums/en-US/addbuz/
 and see alsohttp://www.utteraccess.com

Since I have to link to the data tables i am unable to re-format them
that way.
 

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