I've for a form with two text boxes and two buttons. When I click either button a calendar appears so a user can select a date.
The first sub routine is meant to store which button opened the calendar so that the second routine can populate the correct text box, it doesn't
I've declared the variable outside of any sub, but this doesn't seem to work, what am I doing wrong?
