M
mattc66 via AccessMonster.com
I have this code under a button. When I click the button I get no error
message and the Table above don't get the data. Any ideas in looking at my
code what I may have typed wrong?
strSQL = "INSERT INTO tblSOLinkPO " & _
"(OrderID, ORDER_NUM, DETAIL_LINE_NUM, ITEM,ORD_QTY, POID, PO_NO,
PO_LINE_NO) " & _
"Values(txtOrd_ID, txtOrder_Num, txtLine_Num, txtItem, txtOrd_Qty,
txtPO_ID, txtPO_NO, txtPO_Line_Num);"
message and the Table above don't get the data. Any ideas in looking at my
code what I may have typed wrong?
strSQL = "INSERT INTO tblSOLinkPO " & _
"(OrderID, ORDER_NUM, DETAIL_LINE_NUM, ITEM,ORD_QTY, POID, PO_NO,
PO_LINE_NO) " & _
"Values(txtOrd_ID, txtOrder_Num, txtLine_Num, txtItem, txtOrd_Qty,
txtPO_ID, txtPO_NO, txtPO_Line_Num);"