Quote:
quote:Originally posted by planoie
What exactly is your question? What do you have so far?
Peter
|
Hi Peter,
Thank you for getting back to me.
Here is what I want to do:
1. Open a form that allows me to select specific employees who have been off work.
2. Place the SSN, LastName and FirstName of the chosen employee into my form.
3. Input LeaveDate, LeaveType and LeaveAmount into the form.
4. Add new record by placing SSN, LeaveDate, LeaveType, and LeaveAmount into tblEmployeeLeave. (Presumable, the one to many relationship eliminates the need to also put employee's name into the tblEmployeeLeave, since tblEmployeeLeave is related to tblEmployee.)
This is what I have done:
1. Created relationship between tblEmployees and tblEmployeeLeave
2. Created form that has field for SSN, LastName, FirstName, LeaveDate, LeaveType and LeaveAmount.
I do not know how to place SSN, LastName and FirstName from tblEmployees into my form, so I can input leave information regarding specific employee.
I hope this clears it up.
Thanks,
David