Hello,
In an Offers DB, I have a form with two fields BeginDate and EndDate.
When clicking on a button, it opens a continous form with a DoCmd.OpenForm and a criteria based on the 2 dates (i.e. it shows all the offers that were created between the two dates).
What I would like to do is to open a "simple" form where the previous continous form is embedded as a subform.
How do I have to link the new form with the subform?? In particular, what do I have to enter in Link Child an Link Master fields? The 2 dates do not have to be saved in any table.
In such a way I could have the same behaviour than an Iframe in a browser, showing at the top of the form the two dates representing the selection.
Many thanks in advance
In an Offers DB, I have a form with two fields BeginDate and EndDate.
When clicking on a button, it opens a continous form with a DoCmd.OpenForm and a criteria based on the 2 dates (i.e. it shows all the offers that were created between the two dates).
What I would like to do is to open a "simple" form where the previous continous form is embedded as a subform.
How do I have to link the new form with the subform?? In particular, what do I have to enter in Link Child an Link Master fields? The 2 dates do not have to be saved in any table.
In such a way I could have the same behaviour than an Iframe in a browser, showing at the top of the form the two dates representing the selection.
Many thanks in advance