I'm trying to populate a table from append queries, howver I need to delete a column/field if it is null. I've tried to mix IIf and Fields.Delete in the event but VB doesn't like this:-
IIf ([IrRelatImport].[IRAttrib],null, Fields.Delete [IrRelatImport].[IRAttrib],)
Any help greatly appreciated