Dan Lancour
2008-11-13 06:46:17 UTC
When using the following statement when set exact is off, I get a syntax error. If I set exact on in the desktop properties, then it works. I am using the "==" operator to get an exact match so I do not see the reason to also have exact on because the "==" operator is supposed to act just as if exact is on. Does anyone understand this ?
form.qryCONTRIBUTIONTYPE1.rowset.applylocate;
( [ ContributionType == ']+form.sCTSelected+['] )
Dan Lancour
form.qryCONTRIBUTIONTYPE1.rowset.applylocate;
( [ ContributionType == ']+form.sCTSelected+['] )
Dan Lancour