That is another problem. The error message you are getting (Please post it in the body of the question in future) indicates that Current is a reserved word (Keyword) and should not generally be reused as a field name. If you have a table with it then you should use the following syntax :
- SELECT [BarCode]
-
, [Current]
-
, [Rec Retail]
-
, [SellPrice]
-
FROM [Products]
Welcome to
Bytes!