I have a query that includes several short date (6/19/2007)fields. How do I create a field withinthe query that only reads the year of the short date? Please be detailed in your response as I am a beginner. Thanks.
Tim
I have a query that includes several short date (6/19/2007)fields. How do I create a field withinthe query that only reads the year of the short date? Please be detailed in your response as I am a beginner. Thanks.
Tim
Year(YourDateField)
Yes, use the Expression Builder in your Query to build this calculated field.
If you need more help, try doing a Google Search on "Creating Calculated Fields in Access Queries". You will find lots of tutorials and YouTube videos showing you how to create Calculated Fields in Queries.