soloprogrammer
Programmer
I'm working remotely on an Access 2000 database application in a foreign country (Turkey). The backend is SQL Server.
Any new function I call from a query or form or report, no longer works. I keep getting the error "The expression you entered contains invalid syntax. You may have entered an operand without an operator." It doesn't seem to matter if it is a new function I've defined or an existing Access function--like SUM. Neither works. The existing functions on forms, queries, reports unmodified still work. Here's an example of an IIF statement I'm trying to set up in a form to avoid Divide By Zero Errors:
=iif([DryConstant]) = 0, 0, [Dry]/[DryConstant])
Any help would be appreciated.
Any new function I call from a query or form or report, no longer works. I keep getting the error "The expression you entered contains invalid syntax. You may have entered an operand without an operator." It doesn't seem to matter if it is a new function I've defined or an existing Access function--like SUM. Neither works. The existing functions on forms, queries, reports unmodified still work. Here's an example of an IIF statement I'm trying to set up in a form to avoid Divide By Zero Errors:
=iif([DryConstant]) = 0, 0, [Dry]/[DryConstant])
Any help would be appreciated.