Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update table in Access

Status
Not open for further replies.

elinM

Programmer
Feb 12, 2004
15
NO
Hi.
I'm delvelping a software application, using Access as my db. It it possible that my customer in time will need updates in the db, and I wish to do this whit a script. Is this possible?

regards,
Elin M.

 
Hi

By "Updates", you presumably mean updates to the Code/Forms/Reports/Queries, rather than updates to the data?

If yes, "normal" way to handle this is to split the db into two mdb files (front end FE and back end BE).

In FE you place forms, reports, code etc

In BE you place the data tables

FE links to tables in BE

As required yo issue user(s) with revised FE which may be installed and linked to users data

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top