M
Mark
I am tring to update part of linked field, but I'm having
problems with the syntax. Here is the code I have been
working with, any ideas would be appreciated
"UPDATE tblAssignment AS a SET a.Left(([LogNumber]),6) = "
& txtLogNumber &
" WHERE a.JoinLogNumber = " & txtUpdateLogNumber
Thanks
Mark
problems with the syntax. Here is the code I have been
working with, any ideas would be appreciated
"UPDATE tblAssignment AS a SET a.Left(([LogNumber]),6) = "
& txtLogNumber &
" WHERE a.JoinLogNumber = " & txtUpdateLogNumber
Thanks
Mark