I have 2 forms: FormA and FormB.
FormB contains a calendar and an OK button. FormB contains
a text box. When user choose a day from the calendar, and
click OK, I need the date from the calendar to be displayed in formB's text box. Do I have to declare a variable in a
module (to make it global) to handle that? other suggestion??
Thanks
