Hi, I have a form and a subform
Very simple thing I'm trying to do but my code doesn't work, would someone correct it please.
I just want to copy the data that's in a text box on my subform to a text box on my main form.
here's my code :
Forms![frmMenu]!txtQuestion.value = Forms![frmMenu]![frmQuestions]!txtQuestID.value
Thanks!
Very simple thing I'm trying to do but my code doesn't work, would someone correct it please.
I just want to copy the data that's in a text box on my subform to a text box on my main form.
here's my code :
Forms![frmMenu]!txtQuestion.value = Forms![frmMenu]![frmQuestions]!txtQuestID.value
Thanks!