You could always build code to ask for a password. It is not real secure
though (if you release the file as an MDE then they can't get into the VBA
and see your password). I think you can also password protect your vba
code.
In either case, they may be able to get around this by opening the table
directly.
By using user security as mentioned by Rob, you can handle it better. I
would not build a table though, I would simply go into the built in security
and set user or group permissions. For the user who can add data, give him
"insert data" priveledges in the table. For the rest, don't.
Rick
Rob
Thanks for that, a good kick off point. As it is
(although the requirement may come later on) there is no
such login required at this stage. If it is, I'll follow
the route you have suggeested.
For now, only 1 person is allowed access to a certina
bit - I was figuring giving them the password and letting
them update as needed.
Cheers
tim
-----Original Message-----
Does your application require some type of login? Based on the login, do you
assign some type of rights, such
as 'User', 'Admin', 'User-ReadOnly',