Hi All,
Basically, I had a form named "previous week".
It had three cascading combo boxes
Combo9 - Week Number
Combo11 - Project Manager
Combo13 - Project Name
Now I have sorted it so the subform is included on the query criteria for each combo box.
I normally use this code with an afterupdate searchforrecord macro where condition.
This normal pulls up all the information I need but I understand it is because the above code needs to reference the sub form in some way but I cannot think of it.="[Project Name] = " & "'" & [Screen].[ActiveControl] & "'"
Can someone help me please??