I am using Access 2000. Is there a way to do an append query using a wildcard character instead of having to name all the fields? I know both table structures have to match. If this could be done, it would make one less query to have to address if/when table structure changes were made.
Is something similar to below possible? I get a syntax error - incomplete query clause.
INSERT INTO tblMasterBillingCodes.*
SELECT tblMasterBCTemplate.*
FROM tblMasterBCTemplate;
Linda in MN
Is something similar to below possible? I get a syntax error - incomplete query clause.
INSERT INTO tblMasterBillingCodes.*
SELECT tblMasterBCTemplate.*
FROM tblMasterBCTemplate;
Linda in MN