Removing Access 97 Users from Security file

  • Thread starter Thread starter TC
  • Start date Start date
T

TC

Type this code in the debug window (ctrl-g) and tell us what message you
get.

dbengine(0).users.delete "fred"

where "fred" is the username of the user that you want to delete.

HTH,
TC
(off for the day)
 
I cannot remove individuals from my database. I am
prompted for my user name and password when I start the
database and log in as the Admin in the Admins group.
When I highlight a name to delete, the delete button
remains inactive. Any help would be greatly appreciated.
Thank you in advance.
 
I investigated and found out that 'Admin' is not the
owner and doesn't have "Admins" rights either. I found
the owner and was able to remove the users. Thanks for
saving me hours of frustration.
 
Back
Top