G
Guest
Hi.
I have the following code in a query field which takes the content of field
Function, which contains, say, Maths Mentor, English Mentor etc and produces
a new field containing just Maths, English etc. The problem is that when the
field Function does not contain anything, MentorSubject shows #Error which
causes a type mismatch error to appear when the associated report is opened.
Is there a way I can stop #Error appearing for emply Function fields?
Thanks, JohnB
MentorSubject: Replace([tblSECFunctionList].[Function]," Mentor","")
I have the following code in a query field which takes the content of field
Function, which contains, say, Maths Mentor, English Mentor etc and produces
a new field containing just Maths, English etc. The problem is that when the
field Function does not contain anything, MentorSubject shows #Error which
causes a type mismatch error to appear when the associated report is opened.
Is there a way I can stop #Error appearing for emply Function fields?
Thanks, JohnB
MentorSubject: Replace([tblSECFunctionList].[Function]," Mentor","")