I am tracing a program with error check ON & have a question.
 
This form has 178 variables.  Many are look-ups, some are expressions.
 
When you enter data in one of the variable fields that triggers a lookup... the data input is very slow.
It runs way behind your ability to type.
 
During trace it would appear the variables are being checked with each letter enterd.
You get error messages after entering every letter.
 
The error message says: 
'Null's cannot be used in comparisons other than NE or EQ.'
 
It is logical of course that all those vars have already been declared as NULL before entry into the form..
 
What am I missing here.
 
Dick Fey

Reply via email to