S
Steve_A
I have a form that contains sub forms on tabs and everything is linked by
EmplyeeID. The one with problems is the staffing sub form.
The main form has the “EmployeeIDâ€, “EmployeeNameâ€, “Buildingâ€, “Floorâ€,
and “Columnâ€, these come from a query on the “Staffing†table. Now there is
a “Staffing†sub form that contains the rest of the employee information
(skills, assigned, director, mgr) that is also using the same query to pass
data to the same table.
All of the fields will take input and when they click the “Save Recordâ€
button on the main form it saves the data BUT the data from the main part of
the form is written to one line in the table and the data from the sub form
is on a second line. If we just fill out the 5 fields on the main part of
the form and then click save then fill out the sub form it does the same
thing. On the other hand if we fill out the main form fields the back off of
the new record and go back to it and fill out the sub form it works like
intended.
I take it that I have problems using the same query for both the main form
and sub form?
If I have made this as clear a mud please ask and I will try again
Thanks
EmplyeeID. The one with problems is the staffing sub form.
The main form has the “EmployeeIDâ€, “EmployeeNameâ€, “Buildingâ€, “Floorâ€,
and “Columnâ€, these come from a query on the “Staffing†table. Now there is
a “Staffing†sub form that contains the rest of the employee information
(skills, assigned, director, mgr) that is also using the same query to pass
data to the same table.
All of the fields will take input and when they click the “Save Recordâ€
button on the main form it saves the data BUT the data from the main part of
the form is written to one line in the table and the data from the sub form
is on a second line. If we just fill out the 5 fields on the main part of
the form and then click save then fill out the sub form it does the same
thing. On the other hand if we fill out the main form fields the back off of
the new record and go back to it and fill out the sub form it works like
intended.
I take it that I have problems using the same query for both the main form
and sub form?
If I have made this as clear a mud please ask and I will try again
Thanks