My mdb file is overwritten with new data everyday, Qeuries are wi.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I down load a new mdb file everyday with no queries in it.

I have queries in the present mdb file, but the file overwrites this file.
How can I reuse the same queries on the new mdb files.
Thanks
 
Try splitting into a front-end (containing the queries, forms, reports,
macros and modules), linked to a back-end (containing just the tables). You
can replace the back-end everyday and, as long as it's the same name, your
front-end should remain linked to it.
 
Back
Top