Hello,
I'm new with access, so I don't know how to do almost anything... currently I have this situation:
- I am creating a database that will be managed by different departments
- First, I'm pulling information from an external excel file which is updated by human resources
- None will have access to the pulled data but HR personnel
- this database will add or delete rows as employees are hired or quit
- I have no problem so far
Employee # Employee Name 1001 John Smith 1005 Mike Myers
- I need to create a new table which pulls data from the HR Database
- I need that this table is automatically adds or delete row, the same way the pulled HR database does
- I also need to add columns to this table so that the supervisors can determine the shift
Employee # Employee Name Shift 1001 John Smith First 1005 Mike Myers Second
how can I do this?
Regards!