Hi,
I wrote one query in Query table as follows...
SOUR_AREA: Trim(IIf(IsNull([PANELOUT].[AREA]),"",[PANELOUT].[AREA]) & IIf(IsNull([INSTROUT].[IAREA]),"",[INSTROUT].[IAREA]))
When I run the Result Its working fine... But when opening the form I getting the follwoing error...
"The isnull function requires 2 argument(s)"
Could someone help me for this error and explain why its happening?
Warm Regards
Ganesh
I wrote one query in Query table as follows...
SOUR_AREA: Trim(IIf(IsNull([PANELOUT].[AREA]),"",[PANELOUT].[AREA]) & IIf(IsNull([INSTROUT].[IAREA]),"",[INSTROUT].[IAREA]))
When I run the Result Its working fine... But when opening the form I getting the follwoing error...
"The isnull function requires 2 argument(s)"
Could someone help me for this error and explain why its happening?
Warm Regards
Ganesh
Last edited: