I have a main form with a sub form on that sub form an unbound control that I am trying to limit a second combo box the syntax I have tried is
[forms]![frmLightsonKeys]![frmLightsonKeysSubform].![lighttype]
[forms]![frmLightsonKeys]![frmLightsonKeysSubform].[form]![lighttype]
Neither work and when I enter the Combo box on the form it ask for the detail I have just select in the unbound combo box (light type) if I type that in the result is a list of those items. If I open the sub form in design view go to the query and switch to data sheet view it also asks for the “Lighttype” which one would expect.
The form is based on three tables two of which were the result of earl;her work and I thought I may have been getting an ID number rather than the description so I created a new table by appending the old data .
Any suggestions appreciated.
thanks
Peter