afternoon all,
receive a 450 error (wrong # of arguments or invalid property assignment with the following):
strPO and rst!SKU are both populated.
PONumber is a valid text field in tblOrderPO
any suggestions?
regards,
longhair
receive a 450 error (wrong # of arguments or invalid property assignment with the following):
Code:
Set cmdPOin = New ADODB.Command
cmdPOin.ActiveConnection = CurrentProject.Connection
cmdPOin.CommandType = adCmdText
cmdPOin.CommandText "UPDATE tblOrderPO SET PONumber = " & strPO & " WHERE SKU = " & rst!SKU & ";"
PONumber is a valid text field in tblOrderPO
any suggestions?
regards,
longhair