User input dates
I have a column of date time in a table. When I run my script I want a dialog box to come up (calendar selection would make selection easier), which asks for a start date and end date. They can be seperate dialog boxes, or they can be the same, either would suffice. I want to store these dates in variables so that I can "select where" to create a subset within or around these dates. I have trie...