G
Guest
Hi all,
I have encountered a little problem which I found some information about on
the MVP website http://www.mvps.org/access/forms/frm0022.htm
But unfortunately, I am not strong enough to crack the code and implement
this on my DB. Can anyone explain this to me in layman terms... where, what
to change, how...
On subform... record field I have this
DS1 =IIF([specialisme]=[DoctorSpeciality1];1;0)
to count the records in case the condition is true. (CountIf didn't work so
good)
Subform also has a total of this in the footer.
=Count([DS1])
This works fine...
Now I try to put over the total DS1 to the main form and I get #Error when
no records in the subform...
Thanks for the assistance
Your humble apprentice,
Ben
I have encountered a little problem which I found some information about on
the MVP website http://www.mvps.org/access/forms/frm0022.htm
But unfortunately, I am not strong enough to crack the code and implement
this on my DB. Can anyone explain this to me in layman terms... where, what
to change, how...
On subform... record field I have this
DS1 =IIF([specialisme]=[DoctorSpeciality1];1;0)
to count the records in case the condition is true. (CountIf didn't work so
good)
Subform also has a total of this in the footer.
=Count([DS1])
This works fine...
Now I try to put over the total DS1 to the main form and I get #Error when
no records in the subform...
Thanks for the assistance
Your humble apprentice,
Ben