D
Don
II have a query behind a form that returns the records I expect. This query
is a combination of three tables. CostCenter, tblCostCenters and
tblBudgetSubType. CostCenter is the table I want to update using the form and
tblCostCenters is a table that is used only for description purposes it
describes the cost center. Example, one value which is in the CostCenter
table, Column CC is 13601 and the description is in
tblCostCenters.CostCenterDesc "Shoe". These two tables are joined by
CostCenter.CC and tblCostCenters.CostCenterIDNum. Using just these two
tables, I can update records in the form. When I add tblBudgetSubType, the
form/query is no longer able to update. In fact, adding this table to only
the CostCenter in the query makes the form/query unable to update regardless
of the way I join them. On the form I need the
tblBudgetSubType.BudgetSubtypeDescription to tell the user what the codes
mean. Therefore, on the form I need the descriptions in both of the tables
tblCostCenters.CostCenterIDNum and tblBudgetSubType.BudgetTypeDescription for
the form to make sense to the user. Is there another way to have this show up
on a form and have it relate to the record showing in the query behind the
form?
Thanks,
Dennis
is a combination of three tables. CostCenter, tblCostCenters and
tblBudgetSubType. CostCenter is the table I want to update using the form and
tblCostCenters is a table that is used only for description purposes it
describes the cost center. Example, one value which is in the CostCenter
table, Column CC is 13601 and the description is in
tblCostCenters.CostCenterDesc "Shoe". These two tables are joined by
CostCenter.CC and tblCostCenters.CostCenterIDNum. Using just these two
tables, I can update records in the form. When I add tblBudgetSubType, the
form/query is no longer able to update. In fact, adding this table to only
the CostCenter in the query makes the form/query unable to update regardless
of the way I join them. On the form I need the
tblBudgetSubType.BudgetSubtypeDescription to tell the user what the codes
mean. Therefore, on the form I need the descriptions in both of the tables
tblCostCenters.CostCenterIDNum and tblBudgetSubType.BudgetTypeDescription for
the form to make sense to the user. Is there another way to have this show up
on a form and have it relate to the record showing in the query behind the
form?
Thanks,
Dennis