M
Mhughes
I'm trying to automate the running of 8 queries that append to 3 different
existing tables (for example):
qry1, qry2, qry3 appends to tbl1.
qry4, qry5, qry6 appends to tbl2.
qry7, qry8 appends to tbl3.
I've been doing this process manually, the tables already exist with the
proper field names that align with the field names in the qry's. There is no
duplication of fields between qrys or tbls. Since I do this once every week
I have to first make a blank copy of each table (keeping the original field
names and settings only), then I delete the old table and then I append each
qry to the new empty table. Is there an SQL or VBA programmatic solution
that would help me do some of this stuff automatically. I know some SQL and
a bit of VBA, but really have wasted time searching and reading to figure
this out. Any help would be fantastic and truly appreciated.
existing tables (for example):
qry1, qry2, qry3 appends to tbl1.
qry4, qry5, qry6 appends to tbl2.
qry7, qry8 appends to tbl3.
I've been doing this process manually, the tables already exist with the
proper field names that align with the field names in the qry's. There is no
duplication of fields between qrys or tbls. Since I do this once every week
I have to first make a blank copy of each table (keeping the original field
names and settings only), then I delete the old table and then I append each
qry to the new empty table. Is there an SQL or VBA programmatic solution
that would help me do some of this stuff automatically. I know some SQL and
a bit of VBA, but really have wasted time searching and reading to figure
this out. Any help would be fantastic and truly appreciated.