I have created a calendar popup on a date field in a subform. I have also created a doubleclk procedure that is correctly grabbing the date off the calendar.
What I cannot achieve is loading the activeX date into the field on the subform. I have tried every way I can think of to reference the field, but without any success. None of the guides I have give a clear example. Is there something I can do using Global or Public variables?
Some Notes:
Database Name: IMS00001
Main Form: Irrigations
SubForm: Irrigation Details
Field: DateWaterOn
PopUp Form: PopUpCal
Thanks.
What I cannot achieve is loading the activeX date into the field on the subform. I have tried every way I can think of to reference the field, but without any success. None of the guides I have give a clear example. Is there something I can do using Global or Public variables?
Some Notes:
Database Name: IMS00001
Main Form: Irrigations
SubForm: Irrigation Details
Field: DateWaterOn
PopUp Form: PopUpCal
Thanks.