D
Dale
I am trying to run this code from a subroutine in vba... The filepath is a
constant string "strfpath". Currently I am getting a "missing operator"
error (where is it!!! the missing operator!!). Much appreciated if someone
could point me in the right direction. Thanks
strSql = "UPDATE tblpurchase_orders SET tblpurchase_orders.HLink =[Fname]#"
& strfpath & "[fname]#" & _
" WHERE (((tblpurchase_orders.HLink) Is Null) AND ((tblpurchase_orders.PO)
Is Null))"
Thanks again
constant string "strfpath". Currently I am getting a "missing operator"
error (where is it!!! the missing operator!!). Much appreciated if someone
could point me in the right direction. Thanks
strSql = "UPDATE tblpurchase_orders SET tblpurchase_orders.HLink =[Fname]#"
& strfpath & "[fname]#" & _
" WHERE (((tblpurchase_orders.HLink) Is Null) AND ((tblpurchase_orders.PO)
Is Null))"
Thanks again