E
EMILYTAN via AccessMonster.com
I can't find out where should I put the semi colon...
Thanks
mySQL2 = "INSERT INTO Kanban ( PartNumber, K_Qty, K_Location, To_From, K_Date
)" & _" VALUES ( '" & Me.txtPartNumber & "', " & strQuantity & " , '" &
strLocation & "','LoanID " & Me.txtLoanID & "', '" & strDate & "')" & _"
WHERE LoanID = '" & Me.txtLoanID & "'"
Thanks
mySQL2 = "INSERT INTO Kanban ( PartNumber, K_Qty, K_Location, To_From, K_Date
)" & _" VALUES ( '" & Me.txtPartNumber & "', " & strQuantity & " , '" &
strLocation & "','LoanID " & Me.txtLoanID & "', '" & strDate & "')" & _"
WHERE LoanID = '" & Me.txtLoanID & "'"