I have a question and really hope someone can help me out here 
In access I have made a report with fields I have also made a Button to send a mail to users but my goal is now that if users click the button they can insert the "Start date" and the "End date" in a inputbox the "Start date" and "End date" are from a query called Calender_query. I want to do this so only the info of the chosen dates will be inserted in the mail body.
I think i have a part of the code but i don't know what to put in the middle..
Set db = CurrentDb
Set qdf = db.QueryDefs("Calender_query")
Set rst = qdf.OpenRecordset()

In access I have made a report with fields I have also made a Button to send a mail to users but my goal is now that if users click the button they can insert the "Start date" and the "End date" in a inputbox the "Start date" and "End date" are from a query called Calender_query. I want to do this so only the info of the chosen dates will be inserted in the mail body.
I think i have a part of the code but i don't know what to put in the middle..
Set db = CurrentDb
Set qdf = db.QueryDefs("Calender_query")
Set rst = qdf.OpenRecordset()