abenitez77
Registered User.
- Local time
- Today, 12:16
- Joined
- Apr 29, 2010
- Messages
- 141
I created an activeX of a calendar on my main form (Form1). I want the calendar to display the date that is in a subform. I cannot get the calendar to reflect the field in the subform. This is what I have in the calendar RowSource:
Forms!Form1!Form!frm_Xas_dupK_lst.InvDt_Min
(Form1 is the main form, frm_Xas_dupK_lst is the subform and InvDt_Min is the field that has the date)
Forms!Form1!Form!frm_Xas_dupK_lst.InvDt_Min
(Form1 is the main form, frm_Xas_dupK_lst is the subform and InvDt_Min is the field that has the date)