Hi
I have a form which has two drop down menus. One of the menus is based on the result of the first menu and so automatically updates based on that selection. To do this I have used - [Forms]![Form_Name]![Drop_Down_1] for the selection of the second drop down list.
This works fine and produces the result I want... until I add it to another form as a subform. Is there a trick to get this to work when using the form as a subform? I have tried changing the name of [Form_Name] to the main form name but this hasn't worked either.
Any help in this would be very much appreciated.