I am creating a Data Base for a customer management system.
It will allow users to log customer requests.
It will have multiple user access. Users belong to teams (eg. Team 1: Accounts payable; Team 2: Accounts recievable; etc.).
I have a table called "tblRequests" containing:
1. Request ID
2. Request description
3. User
I have thought of using Access Security to allow users to log into the system using a password.
My question is:
1. how to best "get" the user into the "User" field in tblRequests when a request is created?
and...
2. how do display requests grouped by team?
It will allow users to log customer requests.
It will have multiple user access. Users belong to teams (eg. Team 1: Accounts payable; Team 2: Accounts recievable; etc.).
I have a table called "tblRequests" containing:
1. Request ID
2. Request description
3. User
I have thought of using Access Security to allow users to log into the system using a password.
My question is:
1. how to best "get" the user into the "User" field in tblRequests when a request is created?
and...
2. how do display requests grouped by team?