T tangcla Registered User. Local time Tomorrow, 04:38 Joined Sep 8, 2008 Messages 35 Sep 8, 2008 #1 Hi, I'm looking for help on how to structure an argument in a query to extract just the month and year out of a date field. i.e. I want to take dd/mm/yy only. Any help would be appreciated
Hi, I'm looking for help on how to structure an argument in a query to extract just the month and year out of a date field. i.e. I want to take dd/mm/yy only. Any help would be appreciated
boblarson Smeghead Local time Today, 11:38 Joined Jan 12, 2001 Messages 32,059 Sep 8, 2008 #2 One way: NewFieldName:Format([YourDateFieldNameHere],"mm/yy") which then is a string field.
T tangcla Registered User. Local time Tomorrow, 04:38 Joined Sep 8, 2008 Messages 35 Sep 8, 2008 #3 Thanks Bob, it worked I tried that one earlier, but for some reason it didn't seem to like it. Not sure why, but oh well.
Thanks Bob, it worked I tried that one earlier, but for some reason it didn't seem to like it. Not sure why, but oh well.