I have two subtables, tblHoursAvail and tblSignup.
The HoursAvail table has a column called HoursAvail1 which is populated by a combox box based on a lookup table.
Switching to my form now I can easily put a unbound text box in the subform based on tblHoursAvail and put its control source as =[HoursAvail1].[column](1) and it works great. User selects the value its repeated in the text box.
But I need the selected value in HoursAvail subform to display in a text box on the OTHER subform. When I put a unbound text box in the subform based on tblSignup and use the exact same expression it just gives me a #Name? error?
What am I doing wrong?
The HoursAvail table has a column called HoursAvail1 which is populated by a combox box based on a lookup table.
Switching to my form now I can easily put a unbound text box in the subform based on tblHoursAvail and put its control source as =[HoursAvail1].[column](1) and it works great. User selects the value its repeated in the text box.
But I need the selected value in HoursAvail subform to display in a text box on the OTHER subform. When I put a unbound text box in the subform based on tblSignup and use the exact same expression it just gives me a #Name? error?
What am I doing wrong?