I need to know how can I correct this problem in my code.
Here is the code
SQLsT = "UPDATE " & SearchTab & " Set [HAttachment]='" & [Attachment] & "' From " & SearchTab & _
" where [ConsultantName]='" & WholeName & "' " & ";"
when the program get to this line, it gives me the error that it cannot find the field. I dont knwo how to get that field to work please help.
Wilfer
Here is the code
SQLsT = "UPDATE " & SearchTab & " Set [HAttachment]='" & [Attachment] & "' From " & SearchTab & _
" where [ConsultantName]='" & WholeName & "' " & ";"
when the program get to this line, it gives me the error that it cannot find the field. I dont knwo how to get that field to work please help.
Wilfer