I have three fields called MONTH, DAY, and YEAR
they are all in number format, example:
MONTH DAY YEAR
1 7 2005
In my query I have created a field called Date of Treatment and combined the three above fields to form my date. The expression is [Month] & [Day] & [Year]
This works great, it combines the numbers as 172005
Now, I need this in the proper date format to show
1/7/2005. This is the part that I am stuck on.
Please help!
Thank you.
AJ
they are all in number format, example:
MONTH DAY YEAR
1 7 2005
In my query I have created a field called Date of Treatment and combined the three above fields to form my date. The expression is [Month] & [Day] & [Year]
This works great, it combines the numbers as 172005
Now, I need this in the proper date format to show
1/7/2005. This is the part that I am stuck on.
Please help!
Thank you.
AJ