This sounds very simple but I am having trouble making it work.
I have a form (frmMain)with a subform in it. in the frmMain I have a text box called txtDate and another text box in the subform called txtCheckDt.
what I am trying to do is: whatever date is typed in txtCheckDt (in subform) should appear in txtDate (frmMain).
I tried this putting the following in Control source or Default value of txtDate but I get error #name?:
=[Forms]![TMarketingCall subform]![txtCheckDt]
I have a form (frmMain)with a subform in it. in the frmMain I have a text box called txtDate and another text box in the subform called txtCheckDt.
what I am trying to do is: whatever date is typed in txtCheckDt (in subform) should appear in txtDate (frmMain).
I tried this putting the following in Control source or Default value of txtDate but I get error #name?:
=[Forms]![TMarketingCall subform]![txtCheckDt]