J
john lawlor
I'm new (1 month) to Access and SQL.
I have a query that works:
SELECT tbl_Insertion.Date_Completed,
Format([Date_Completed],"yy mmm") AS ins_yymmm
FROM tbl_Insertion;
It returns e.g. 09 Jan.
How do I Insert this field into the same table?
Thanks in advance,
John
I have a query that works:
SELECT tbl_Insertion.Date_Completed,
Format([Date_Completed],"yy mmm") AS ins_yymmm
FROM tbl_Insertion;
It returns e.g. 09 Jan.
How do I Insert this field into the same table?
Thanks in advance,
John