An easy one I hope
I’ve got a complex set of queries that result in a file export.
I’ve made it all work as I wish but have one last frill
I wish to prompt for a date at the beginning and then use that same result to drive
* the first query
* some other queries (dates within 3 months of that date)
* naming of the exported file (export yyyymmdd.txt)
I have a public Variable called MyDate that I can use for everything – but – how do I first ask for it? Inputbox will work, but doesn’t have data validity checks, I created a form but it seems to give me grief because I don’t know how to dismiss it properly.
What I’d really like to do is have an access Macro prompt for date at the beginning, and dismiss the form as soon as the date field is entered. What am I missing?