G
Guest
I have two fields in a table (the table is linked ODBC so I can't change the
properties). The month and year fields are formatted as numbers. I need to
convert them to dates in the format of mm/yyyy. I have done the following:
format(([month]&"/"&[year]),"mm/yyyy"). That combined them but when I built
a query calculating what the date was 6 months ago and 12 months ago and do a
between statement, I get an error stating that there is a data type mismatch.
Can anyone help please? Thanks in advance.
properties). The month and year fields are formatted as numbers. I need to
convert them to dates in the format of mm/yyyy. I have done the following:
format(([month]&"/"&[year]),"mm/yyyy"). That combined them but when I built
a query calculating what the date was 6 months ago and 12 months ago and do a
between statement, I get an error stating that there is a data type mismatch.
Can anyone help please? Thanks in advance.