importing/deleting forms and tables

C

Chad

I have distributed an application which will be continuously improved upon to a few users. I was wondering if there was an easy way to have users overwrite certain forms and tables. For example:

If I made an update to frmMain and would like to distribute this form to the users, what would be the best way of doing this?

Thanks for any suggestions,
Chad
 
C

Cheryl Fischer

The easiest way to distribute updates to users of your application is to
deploy your application as 2 database files: a Front-End (FE) containing
all queries, forms, reports, macros and modules) and a Back-End (BE)
containing shared tables. Each user has a copy of the FE on his or her own
pc; the FE uses the linked table manager to link to tables in the BE. When
it is time to deploy updates, the users simply copy a new FE over their
existing one.



--
Cheryl Fischer
Law/Sys Associates
Houston, TX

Chad said:
I have distributed an application which will be continuously improved upon
to a few users. I was wondering if there was an easy way to have users
overwrite certain forms and tables. For example:
If I made an update to frmMain and would like to distribute this form to
the users, what would be the best way of doing this?
 

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

Top