P
Paputxi
I want to display the number of records in a query where I set the field
=[Form}.[RecordsetClone].[RecordCount] in the ControlSource property. It
works fine except that when there are no records found, I get an "#Error"
message. I tried an IIF clause to set it to '0' if it were null, but
couldn't get it to work. Any suggestions on how to get it to display a zero
would be greatly appreciated. Thanks in advance.
=[Form}.[RecordsetClone].[RecordCount] in the ControlSource property. It
works fine except that when there are no records found, I get an "#Error"
message. I tried an IIF clause to set it to '0' if it were null, but
couldn't get it to work. Any suggestions on how to get it to display a zero
would be greatly appreciated. Thanks in advance.