I have a simple data base with 2 tables. One table is the pertinent Employee data. That includes a EmployeeID that I contrived myself with the first 4 letters of the FIRST NAME and the first 3 letters of the LAST NAME. I manually figured that out. Because I was new at this project.
But I figured out how to make the program do that automatically when I enter the employee's first and last name.
I have a form that sits overtop this table to populate the data. It's got some test date in it now c/w hand and manually calculated EmployeeID.
So now I figured out how to make the program do that calculation automatically.
So why when I cruse over the records and tab through the fields and the form shows the new EmployeeID, it doesn't update the table for that field?
Probably a dumb question.
But I figured out how to make the program do that automatically when I enter the employee's first and last name.
I have a form that sits overtop this table to populate the data. It's got some test date in it now c/w hand and manually calculated EmployeeID.
So now I figured out how to make the program do that calculation automatically.
So why when I cruse over the records and tab through the fields and the form shows the new EmployeeID, it doesn't update the table for that field?
Probably a dumb question.