I have a function that is getting called from a query. It has grown over the years as I am passing more and more variables to it. Is there a limit to the number of variables that can be passed to a fuction in a query? I have added 1 more varaible and now I get "the expression you entered is too complex" It isn't 255 characters long - (I have run in to that before) it does have around 30 variables.
It works if I call the function in VB
This is access 97
sam
It works if I call the function in VB
This is access 97
sam