Hi, can anybody show me the syntax of the "Navigation Where Clause"? Thank you in advance!
I wanted to filter the target subform with the same ID of the master form. But I tried several formats, like:
subfrmXXX.ID = frmYYY.ID
[subfrmXXX].[ID] = [frmYYY].[ID]
[Forms]![subfrmXXX]![ID] =...