I have 3 databases. They all have the same query. Two of the database work no problem with this function:
InStr(Nz([Enter Products or Hit OK for All],[dbo_FinanceLog].[product]),[dbo_FinanceLog].[product])>0
When I put this string of code into one of the databases I get an error message 'the expression you entered has a function containing the wrong number of arguments'.
What gives? The other 2 db queries work just fine with this code? I tried shutting down and compact and repair and it just won't work.
Any suggestions?
InStr(Nz([Enter Products or Hit OK for All],[dbo_FinanceLog].[product]),[dbo_FinanceLog].[product])>0
When I put this string of code into one of the databases I get an error message 'the expression you entered has a function containing the wrong number of arguments'.
What gives? The other 2 db queries work just fine with this code? I tried shutting down and compact and repair and it just won't work.
Any suggestions?