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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top