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...