G Gord Aug 2, 2008 #1 So i want to run a command aganist a list of items simlar to the COUNTIF function in Excel. How easy is this to do?
So i want to run a command aganist a list of items simlar to the COUNTIF function in Excel. How easy is this to do?
T Tom van Stiphout Aug 2, 2008 #2 On Sat, 2 Aug 2008 10:11:11 -0700 (PDT), Gord <[email protected]> wrote: Very easy: select count(*) from SomeTable where SomeField = SomeValue -Tom. Microsoft Access MVP
On Sat, 2 Aug 2008 10:11:11 -0700 (PDT), Gord <[email protected]> wrote: Very easy: select count(*) from SomeTable where SomeField = SomeValue -Tom. Microsoft Access MVP
F fredg Aug 2, 2008 #3 So i want to run a command aganist a list of items simlar to the COUNTIF function in Excel. How easy is this to do? Click to expand... =Sum(IIf([ControlName] = somecriteria,1,0))
So i want to run a command aganist a list of items simlar to the COUNTIF function in Excel. How easy is this to do? Click to expand... =Sum(IIf([ControlName] = somecriteria,1,0))