A
apex77
I have a field called 'InvoiceDate' and a filed called 'Invoice Year'. The
'InvoiceDate' field is formatted as 7/29/2008 and the 'InvoiceYear' field is
formatted as a number field. I am trying via update query to get just the
year into the 'InvoiceYear' field, bur am getting type failure error. Here is
the qyuery:
UPDATE tblQuotaAppend SET tblQuotaAppend.InvoiceYear =
[tblQuotaAppend]![InvoiceDate]
WHERE (((tblQuotaAppend.InvoiceYear) Is Null));
Please help
Thank you
'InvoiceDate' field is formatted as 7/29/2008 and the 'InvoiceYear' field is
formatted as a number field. I am trying via update query to get just the
year into the 'InvoiceYear' field, bur am getting type failure error. Here is
the qyuery:
UPDATE tblQuotaAppend SET tblQuotaAppend.InvoiceYear =
[tblQuotaAppend]![InvoiceDate]
WHERE (((tblQuotaAppend.InvoiceYear) Is Null));
Please help
Thank you