Good day everyone, I have ms access 2007-2016 file format, I have recently downloaded the Northwind Database Template, I tried to run a query on some table, let's take table "Products" as example, it has a field named "Product Name" of type short text, if I try to run the following query
SELECT Products.[Product Name], Replace([Product Name],"Northwind Traders ","") AS Product FROM Products;
The results of the second column will turn out all to be "#Error", it seems that it's the problem with this particular file, since I don't have problems with other files, but I don't know what's wrong with this Northwind Database.



