T
tkusina
I have a table where the date field is stored as yyyy/mm. I want to be
able to query all records that have the previous month in their
record. In other words if it is May 1st, 2007 i want to return all
records that show up in my table that are 200704 (meaning april).
i know how to write the query to return records for the previous month
if the date was in normal format but the odd formatting of yyyy/mm is
causing me some confusion.
thanks
able to query all records that have the previous month in their
record. In other words if it is May 1st, 2007 i want to return all
records that show up in my table that are 200704 (meaning april).
i know how to write the query to return records for the previous month
if the date was in normal format but the odd formatting of yyyy/mm is
causing me some confusion.
thanks