I want to be able to double-click on a field in a subform to open a popup form who's query is based on that subform. But I dont know the proper syntax for the query's criteria. If I wanted to reference the Main form I would use this for the criteria:
>[Forms]![EVALCURRENTSINGLE]![Ripe]-7 And <[Forms]![EVALCURRENTSINGLE]![Ripe]+5
(The Suform name is EVALFORPEDFORM)
Can I reference the subform within a main form?
>[Forms]![EVALCURRENTSINGLE]![Ripe]-7 And <[Forms]![EVALCURRENTSINGLE]![Ripe]+5
(The Suform name is EVALFORPEDFORM)
Can I reference the subform within a main form?