I have 2 subforms
subfrmContactsInACell
subfrmContactsNotInACell
These are built on queries to count the records
The subforms have the purpose of displaying the record count
using =Count([ContactID])
Where do I go from here?
I have tried an unbound field with the source set to
=100/(Count([ContactsInACell].[ContactID])+(Count([ContactsNotInACell].[ContactID])* Count([ContactsInACell].[ContactID])
I keep getting errors?
In fact I can't even get it to display a result for
=Count([ContactsInACell].[ContactID])
which is probably where my problem begins. I must be missing something?
Help me please, TIA!
subfrmContactsInACell
subfrmContactsNotInACell
These are built on queries to count the records
The subforms have the purpose of displaying the record count
using =Count([ContactID])
Where do I go from here?
I have tried an unbound field with the source set to
=100/(Count([ContactsInACell].[ContactID])+(Count([ContactsNotInACell].[ContactID])* Count([ContactsInACell].[ContactID])
I keep getting errors?
In fact I can't even get it to display a result for
=Count([ContactsInACell].[ContactID])
which is probably where my problem begins. I must be missing something?
Help me please, TIA!