My objective is to have one form with a calendar that is used to input a date for other forms that have a date field. I know how to set up the calendar on the same form as the date field but I am trying to make one common calendar for the whole db. My problem is that once I set up the calendar, I don't know how to write the "OnClick" event code to reference the form that opened the calendar form. I also need to have the field name to be a variable as well because of DateFrom and DateTo fields. Any suggestions would be appreciated. Thanks