I am trying to fill a numeric field on an open form from an unrelated numeric field in a closed unrelated table.
I keep getting an 'Object Required' error.
Can you see the problem with this code?
Forms![frmOKtoClose?].Text92 = Tables!tblSurveyResultsCount! [CountofChange?]
Thanks,
Dave
I keep getting an 'Object Required' error.
Can you see the problem with this code?
Forms![frmOKtoClose?].Text92 = Tables!tblSurveyResultsCount! [CountofChange?]
Thanks,
Dave