Those appear to be SQL-Server commands. In Access. Access 2007 does have
User-Level Security when used with the MDB format, but not with the new
accdb format. If using an MDB against SQL-Server, you can use those commands
which are part of the DDL (Data Definition Language) which can be used with
MDB front ends. Some DDL commands can also be used when working with a JET
backend (although not the 2 you mention).
BTW, ADD USER is used to add an existing user to an existing group. There is
no ADD GROUP statement. The correct syntax is CREATE GROUP. You can also:
CREATE USER.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"RayNDM83" <(E-Mail Removed)> wrote in message
news

EC63F39-CC5C-41FC-BE4A-(E-Mail Removed)...
> Hi,
> I am new with 2007 access and I read an article about "ADD USER statement"
> as well as "ADD GROUP statement". Could someone help me out understand if
> this is possible with 2007 access? And if it is, could you give me a
> sample/steps of how to create a these two statements?
> Thanks for clarifying this matter.
> Ray