Hi all,
I'm trying to append a query into one of my tables, the query runs fine as a select query but produces an error when used as an append query.
I've pasted the SQL of the Query below:
INSERT INTO TblSPlan ( StyleID, [Section], PlanDate )
SELECT QryGenerateDates.StyleID...