I have two tables:
FixedFields: ID (AutoNumber), OrigYear, Mid, Specdetail
VarFields: ID (joined to FixedFields.ID), RecordType, PlanYear, 4DWFTE)
I want to append records into both tables, grouping by ID where sum(VarFields.4DWFTW)<>0 and VarFields.PlanYear = 2001. How do I do an append query...