Tip: First create an SQL statement in a single string. Then add the variable values from VBA.
Then you can immediately see which change raise a syntax error.
First the cumbersome version:
1.
strAppSQL = "INSERT INTO SalesTransactionItemsTB ([ItemPurchased],[ItemQTYpurchased],[RetailitemPrice])...