ForcedToUseIt
Registered User.
- Local time
- Today, 21:58
- Joined
- Jul 25, 2004
- Messages
- 34
Hi,
I have a (.mdb) database and I want users to be able to choose when they enter the database whether they want to use/work with the database or whether they want to just browse through it without them being able to change (or destroy) anything.
I need to put this feature in because people who are new to the database are afraid that they will corrupt/change/destroy something in it if want to browse through it.
So basically what I want is a MsgBox to pop up when you open the database, asking if you want to work or browse through the database.
This is basically what should happen:
1: Work selected: Nothing changes
2: Browse selected: Every form in the database becomes read - only
Does anyone have any ideas on how this can be accomplished in a simple way?
Thanx
I have a (.mdb) database and I want users to be able to choose when they enter the database whether they want to use/work with the database or whether they want to just browse through it without them being able to change (or destroy) anything.
I need to put this feature in because people who are new to the database are afraid that they will corrupt/change/destroy something in it if want to browse through it.
So basically what I want is a MsgBox to pop up when you open the database, asking if you want to work or browse through the database.
This is basically what should happen:
1: Work selected: Nothing changes
2: Browse selected: Every form in the database becomes read - only
Does anyone have any ideas on how this can be accomplished in a simple way?
Thanx