RE: count and display YES results from subform to parent form
- From: NevilleT <NevilleT@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Jul 2009 05:27:01 -0700
Hi
A couple of ways but the easist is to put a field in your query Something
like YesCount: Iif(NoShow= True, 1, 0). You can then put in a text box that
gives a total.
=Sum(NoShow)
Neville Turbit
www.projectperfect.com.au
"ghostman via AccessMonster.com" wrote:
i have a field NoShow (YES/NO field) on my subform with 3 records, 2 were.
marked YES..
how can count this YES answers and display it on my parent form?
thanks...
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200907/1
- References:
- count and display YES results from subform to parent form
- From: ghostman via AccessMonster.com
- count and display YES results from subform to parent form
- Prev by Date: Re: Looping - Text Box in Header - Update Text Box in Detail
- Next by Date: Re: count and display YES results from subform to parent form
- Previous by thread: count and display YES results from subform to parent form
- Next by thread: Re: count and display YES results from subform to parent form
- Index(es):
Relevant Pages
|