I have a problem. One of the fields in my table is called item#. I am opening a recordset and using item_ as the field name in the sql statement but it keeps failing because of it. Does anyone know how to fix it? Or can it be fixed at all?
The sql statement was very simple. SELECT item_ FROM Products;
Please help.
The sql statement was very simple. SELECT item_ FROM Products;
Please help.