Hi there,
We've recently moved our data tables into an Oracle Database. They are linked to Access, which we use as our front end application.
Originally, when the back end DB was in Access, we were able to filter the tables for a string using *string*. This isn't working, now that the tables are stored in Oracle.
Does anyone know a method for filtering a TABLE for a string in Oracle? Or do I have to make a query for all of the tables that I need filtered?