I want to pass a date from a calendar-based form to a subform of a master form:
e.g.
calendar form --> activity form --> activity subform
I am already passing the OpenArgs variable from the calendar form in the OpenForm command to the activity form. How do I get the activity form to pass that variable to the activity subform? I want that form to only display records pertaining to the date selected in the calendar form.
e.g.
calendar form --> activity form --> activity subform
I am already passing the OpenArgs variable from the calendar form in the OpenForm command to the activity form. How do I get the activity form to pass that variable to the activity subform? I want that form to only display records pertaining to the date selected in the calendar form.