Bullsandbears123
Technical User
I'm still having some problems with my sql, it stated to few parameters. I have on extra field called "ID" and it is an autonumber. How can I fix this?
mysql = "INSERT into tbl_trade_orders([txndate], [txncode], [symbol], [quantity], [price], [commission_per_share], [broker]) values(" & strtxndate & "," & strtxncode & "," & strsymbol & "," & strquantity & "," & strprice & "," & strcommission & "," & strbroker & ");"
CurrentDb.Execute mysql