L
Lostguy
Hello!
I want to make a main form where you enter the date and location and
task, and then a continuous subform where you select which employees
did that task.
I have:
tblTask: TaskIDpk and TaskName
tblEmployee: EmpIDpk and LName
tblEmpTask: EmpTaskIDpk, EmpIDfk, TaskIDfk, TaskDate, Task Location.
I start up the forms wizard, drag the date, location, and last name
fields to it. It tells me I need to set up relations first. So I
relate the Task and Employee pk's to the fk's with a Join Type 1 and
don't click ref integrity. I retry the forms wizard with those same
fields.
The problem is that it always want to put the Employee LName in the
main form and the Date/Location fields in the subform, but I need it
the other way around.
Why does it think that the LName is always the mainform? Does it have
something to do with how the relations are set up? What am I doing
wrong/
I appreciate the help, because I have been stumped for hours on this.
VR/
Lost
I want to make a main form where you enter the date and location and
task, and then a continuous subform where you select which employees
did that task.
I have:
tblTask: TaskIDpk and TaskName
tblEmployee: EmpIDpk and LName
tblEmpTask: EmpTaskIDpk, EmpIDfk, TaskIDfk, TaskDate, Task Location.
I start up the forms wizard, drag the date, location, and last name
fields to it. It tells me I need to set up relations first. So I
relate the Task and Employee pk's to the fk's with a Join Type 1 and
don't click ref integrity. I retry the forms wizard with those same
fields.
The problem is that it always want to put the Employee LName in the
main form and the Date/Location fields in the subform, but I need it
the other way around.
Why does it think that the LName is always the mainform? Does it have
something to do with how the relations are set up? What am I doing
wrong/
I appreciate the help, because I have been stumped for hours on this.
VR/
Lost