> On a subform, I have a textbox that sums a column. I don't display it,
> just
[quoted text clipped - 11 lines]
>
> Jim
Thank you, Jeanette. I bludgeoned it to death by setting the text boxes that
refer to the subform as follows:
=IIf(sfmAllPCardTab.Form.recordset.RecordCount>0,sfmAllPCardTab.Form!PCARD,0)
Not at all elegant,but it worked. I appreciate your reply, which itself is
not particularly elegant, but has the advantage of having been tested.
Thanks again.

Signature
Jim
> Jim,
> have a look at this page on the access web.
[quoted text clipped - 18 lines]
> >
> > Jim
Jeanette Cunningham - 24 Apr 2008 22:49 GMT
Jim,
the advantage of using the Nnz function is that you can save it as a public
sub in a module and easily call it to use on any form.
It is a lot less typing (bludgeoning to death!).
Jeanette Cunningham
> Thank you, Jeanette. I bludgeoned it to death by setting the text boxes
> that
[quoted text clipped - 28 lines]
>> >
>> > Jim