Good morning, I have a real simple database to capture feedback from my team. One table that holds the following fields:
Date
Time
Person
Suggestion
ID
My questions are the following:
1. To avoid having the rep enter the actual date and time my understanding is that I can have access pick that up from the computer they are working on directly. If this is true how do I automate those fields to populate the computers date and time directly without user input?
2. Each person that logs into their computer has an id. How do I get access to automatically pick up their id from the computer and parse it into the table under the ID column for each request? The input will be coming from a form so I guess I'm asking if there is code I can put in the form that when people hit submit the form knows to translate that id into that field.
I really do appreciate everyones help for what I am sure is a very simple solution.
Date
Time
Person
Suggestion
ID
My questions are the following:
1. To avoid having the rep enter the actual date and time my understanding is that I can have access pick that up from the computer they are working on directly. If this is true how do I automate those fields to populate the computers date and time directly without user input?
2. Each person that logs into their computer has an id. How do I get access to automatically pick up their id from the computer and parse it into the table under the ID column for each request? The input will be coming from a form so I guess I'm asking if there is code I can put in the form that when people hit submit the form knows to translate that id into that field.
I really do appreciate everyones help for what I am sure is a very simple solution.