Can anyone tell me what's wrong with the below statement ? I'm trying to pull the contents from a text box in a form. The text box is supposed write the contents to a field (memo data type) in a table. Thanks ! ! !
strComments = Forms![Payroll History]![Comments].Column(0)
strComments = Forms![Payroll History]![Comments].Column(0)