D
David
I have a form for new employee data which is linked to
the employee table. However, I need the data from
several text boxes on the form which contain salary
information to be dumped to a second table. I am having
trouble sending that data to its correct place using
VBA. I've been programming in proprietary languages for
too long and can't seem to get a syntax/method which will
work for me. Any help would be appreciated. I know it
should be easy but...
Table Employee:
ID, Name, Address, Phone, SS#, Start Date.. etc.
Table Salary
ID, RaiseDate, Amount, Interval (hourly/salary)
The form has all fields from Employee and 2 text boxes
for amount and interval (salary). I need to take the
StartDate for Employee and add that with the ID, amount
and interval to give the initial pay in the Salary
table. Currently, I have the form linked to the Employee
Table, but that can be changed.
the employee table. However, I need the data from
several text boxes on the form which contain salary
information to be dumped to a second table. I am having
trouble sending that data to its correct place using
VBA. I've been programming in proprietary languages for
too long and can't seem to get a syntax/method which will
work for me. Any help would be appreciated. I know it
should be easy but...
Table Employee:
ID, Name, Address, Phone, SS#, Start Date.. etc.
Table Salary
ID, RaiseDate, Amount, Interval (hourly/salary)
The form has all fields from Employee and 2 text boxes
for amount and interval (salary). I need to take the
StartDate for Employee and add that with the ID, amount
and interval to give the initial pay in the Salary
table. Currently, I have the form linked to the Employee
Table, but that can be changed.