The Master form has Studio ID field.
The subform has a combo box based on a query "Select * from Statement". I would like to add something like "Select * from Statement WHERE StudioID=" & Parent![StudioID]. Not sure if this will work.
I would also like to refresh the Subform's Combo Box once the record would change on the main form (Studio ID would change in this case...)
The subform has a combo box based on a query "Select * from Statement". I would like to add something like "Select * from Statement WHERE StudioID=" & Parent![StudioID]. Not sure if this will work.
I would also like to refresh the Subform's Combo Box once the record would change on the main form (Studio ID would change in this case...)