Is there a way to email a query?

  • Thread starter Thread starter ZBC
  • Start date Start date
Z

ZBC

The complete program is about 50MB ... a bit large to email.
I made a change to a query ... Is there a way to email just the query as
a file that can be pasted into the *.mdb file?
Bob
 
1. USe SQL View of the query and copy it into an e-mail and send that.

2. Split the file into 2 files - Back End tables and Front End (everything
else.)
Then you can add queries to the small FE file and just mail the latest
version.
This avoids the problem of overwriting the BE data.

You do need to re-link the tables each time.
 
Back
Top