Hi all,
I need some really quick help here:
Can anyone see any problem with the following:
SQL = _
"SELECT trans00.SUPP_CUST, trans00.PART, trans00.MFTR, trans00.TRANS_QTY," & _
"trans00.TRANS_DATE, trans00.SELL_PR " & _
"FROM trans00" & _
" where PART = '" & AktProductNo & "' " & _
" AND...