Share via

Date format in table after a make table query

Anonymous
2012-06-21T03:10:59+00:00

Need help to set the date format in the table output from a make table query.

The date always shows up as number eventhough I have set it as "medium date" in the make table query.

Thanks in advance.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2012-06-22T02:30:39+00:00

    Why are you looking at the table? Use a form to display the data and format the control on the form.

    Sorry, still a novice in Access. Not quite sure how to answer your question, but will give your suggestion a try though. Thanks.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-06-22T02:25:24+00:00

    Thanks for the reply.

    I'll use this if there is no other solutions.

    Was this answer helpful?

    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2012-06-21T13:07:07+00:00

    Why are you looking at the table? Use a form to display the data and format the control on the form.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2012-06-21T03:32:46+00:00

    Try writing an update query:

    UPDATE YourTable SET [YourField] = Format([YourField], "mmm dd, yyyy")

    --

    Arvin Meyer, MCP, MVP

    http://www.datastrat.com

    http://www.accessmvp.com

    http://www.mvps.org/access

    co-author "Access Solutions" published by Wiley

    Was this answer helpful?

    0 comments No comments