V
Vanna
I'm trying to create a database that consists of two tables; Employee and
UserError.
There are no employee ID's assigned and the person who will be entering the
data for the UserError table will only know each employee by their name.
I'm trying to create a unique key by combining the first and last name.
Once the employee's FirstName and lastName is enter, the third field called
FullName, will populate automatically when I enter the firstName and the
LastName
This way, the user who enters data from the UserError table can select from
the FullName Field to create a record.
Any help would be much appreciated.
UserError.
There are no employee ID's assigned and the person who will be entering the
data for the UserError table will only know each employee by their name.
I'm trying to create a unique key by combining the first and last name.
Once the employee's FirstName and lastName is enter, the third field called
FullName, will populate automatically when I enter the firstName and the
LastName
This way, the user who enters data from the UserError table can select from
the FullName Field to create a record.
Any help would be much appreciated.