Is it possible to have a calendar drop down when you go into a date field, would show the current month in a little square box and then you could arrow to previous months or future months, then choose a date?... Thanks, jb.
You could put the calendar object below your date text box, but only make the calendar visible when the user clicks a little button next to the text box.
I have just done something similar using the Calendar control. When I click into the text box for the date the calendar becomes visible, when you move out of it the calendar is no longer visible. You can also have it so that if you clicked on a date in the calendar it will put that date in your date field. Hope this is useful.