T
TStankiewicz
When a new employee record is created I would like to append records to three
different tables. Right now the form simply appends to the one table. I was
trying to use an APPEND Query on the ON CLOSE that appends the same fields to
2 tables but I can't figure it out. Specifically I want to append SSN, Last
Name and First Name to 2 additional tables at the same time all the other
data is being appended to the Employee table.
different tables. Right now the form simply appends to the one table. I was
trying to use an APPEND Query on the ON CLOSE that appends the same fields to
2 tables but I can't figure it out. Specifically I want to append SSN, Last
Name and First Name to 2 additional tables at the same time all the other
data is being appended to the Employee table.