Is there a way to delete a user using VBA code? Thanks in advance! Martin
T TC Nov 22, 2003 #2 (untested) Use the Delete mehod of the Users collection of the Workspace object: dbengine(0).users.delete "Fred" Of course, the user who executes that code must have sufficient permissions to delete other users. HTH, TC
(untested) Use the Delete mehod of the Users collection of the Workspace object: dbengine(0).users.delete "Fred" Of course, the user who executes that code must have sufficient permissions to delete other users. HTH, TC