I get the following error pointing towards my OnOpen event for a form...
Run Time Error '438': "Object doesn't support this property or method"
Here is the code I have:
The code is supposed to take the value of frm1.fld1 and put it into frm2.fld1Code:Me.fldSubjectOrganization.Value = Forms.frmChooseSurveyQuestionType.fldSubjectOrganization.Value
Anyone know why this might not be working?