juancarlos
Registered User.
- Local time
- Today, 14:30
- Joined
- Jan 29, 2019
- Messages
- 18
Hello!
Currently, in the database I'm working on, there is a field in the Cases table to document the initials of the person handling a case.
|Policy | Client | Initials | Date Open |Category| Date Closed |Etc.|
When a case needs to be opened, they open a form, enter the pertinent information and either enter their own initials if they will be handling the case or leave it blank for a manager to assign later.
I've been asked to include a way to record who opens a case because they're leaving information out and we have no way of knowing how to track the information.
My idea is to add another field to the table |CUser| and, when they open the form to create a case, their name or initials populates, much like "Date()".
How would I implement that on a form? I remember trying "CurrentUser()" last year but that gave me "Admin" for everyone.
I could simply add a required field for them to enter their initials, but that's tedious and too easy to manipulate and make mistakes on.
Happy Friday!
-JC
Currently, in the database I'm working on, there is a field in the Cases table to document the initials of the person handling a case.
|Policy | Client | Initials | Date Open |Category| Date Closed |Etc.|
When a case needs to be opened, they open a form, enter the pertinent information and either enter their own initials if they will be handling the case or leave it blank for a manager to assign later.
I've been asked to include a way to record who opens a case because they're leaving information out and we have no way of knowing how to track the information.
My idea is to add another field to the table |CUser| and, when they open the form to create a case, their name or initials populates, much like "Date()".
How would I implement that on a form? I remember trying "CurrentUser()" last year but that gave me "Admin" for everyone.
I could simply add a required field for them to enter their initials, but that's tedious and too easy to manipulate and make mistakes on.
Happy Friday!
-JC