Pat,
Thanks a million, that's the answer. I had to re-jig the query
slightly to make it work but it does work :-)
"INSERT INTO PREV_ISSUED ( [Stock Item No], [Start Date],[End
Date], Place, Team, Person ) SELECT " & getStockItemNo() & ", " & Format("getStartDate()", "dd/mm/yyyy") & ", " &...