Avoid Spaces in Table and Field Names.
Amount is not a good Field Name, try InvAmount. Double Name helps avoid using a Reserved Name and allows you to identify the data easier. SaleAmount, PurAmount...
Also, please set your Table and Field Names in a column eg
tblFirstTableName
FieldName1 -...