ADD USER statement (Microsoft Access SQL)

Applies to: Access 2013, Office 2013

Adds one or more existing users to an existing group.

Syntax

ADD USER user[, user, …] TO group

The ADD USER statement has these parts:

Part

Description

user

The name of a user to be added to the workgroup information file.

group

The name of a group to be added to the workgroup information file.

Remarks

After a user had been added to a group, the user has all the permissions that have been granted to the group.