slimjeanyves
New member
- Local time
- Today, 05:02
- Joined
- Jul 12, 2013
- Messages
- 2
I have a Date field in the format X/XX/2012 for all my records.
I want to create a field that labels each record according to its quarter. So if a date is 3/29/2012, I'd want the corresponding field entry to be: Q1 2012. If it's 3/29/2013, I'd want it to be: Q1 2013, etc.
I guess I would run an update query, but I don't know how to build the proper expression in order to update my table with a new field.
Any help would be much appreciated!
Oh, and I have figured out how to create a quarter #, but I actually need output in the format mentioned above.
I want to create a field that labels each record according to its quarter. So if a date is 3/29/2012, I'd want the corresponding field entry to be: Q1 2012. If it's 3/29/2013, I'd want it to be: Q1 2013, etc.
I guess I would run an update query, but I don't know how to build the proper expression in order to update my table with a new field.
Any help would be much appreciated!
Oh, and I have figured out how to create a quarter #, but I actually need output in the format mentioned above.