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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update Front End

Status
Not open for further replies.

rjoshi2

Programmer
Sep 10, 2002
110
US
My question is how can I update a users FE (new release) without loosing any query or reports that the user has created in the current FE (old release)? Any suggestion would be appreciated.

Thank You,
Rjoshi
 
Wow, I sure wouldn't let my clients monkey around with my front end. Invite them to create their own mdb and connect the the back end and work with that. If you're feeling nice you might offer to create that new one for them and import from your front end all of their custom objects. Then they could go from there.

Failing that I think you will have to write code to apply the modifications so that theirs are left alone. Of course if they've modified one of your objects, well, all bets are off. "The Key, The Whole Key, and Nothing But The Key, So Help Me Codd!"
 
hmmmmmmmmmmmmmm,

actually, in the course of events of any old mdb, you cannot realistically expect users to NOT modify (e.g. add / edit / delete) objects. i rather think of the db stuff as theirs - not mine, so the 'suggestions' are quite welcome (even necessary).

the trick - reasonably found and discusseed here-in (tek-tips ms. a "fora") are extensively discussed and even fairly well coded. try advanced find with various key word combos, including 'Front end', update, MSysObjects (yes dorothy the funny hidden system table) et al.


MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top