Microsoft
Software
Hardware
Network
Question : access reprot / query
I have a drop down list in a table with 30 selections in it. I also queried the table for dates and stuff. Then I built a report based on the query. The Field name is " Call Type " but one of the selections in the field " Call Type " is " Medical ". I want to count in seperate fields the 30 or so selections like " Medical ". I used =Count([Medical]) and =Sum([Medical]) but no good. Please help
Answer : access reprot / query
try
=sum(iif([Call Type]="Medical",1,0))
Random Solutions
Help with sp_start_job
SQL 2005 SELECT Statement "NOT CONTAINS 'cat'"
The specified file cannot be found C:windows/system32/kejuxet<wbr />m.dll
can anyone explain the usage of FTPPWD in UNIX
unable to load NLS charset cp437(nls_cp437)
How do I export a Flash scene to an image format via ActionScript?
Error Handler For 404
SQL Server 2000 tutorial
Use a SSIS package to query a .xls file, manipulate the data, then push to an Access2003 table (only landing on disk 1 time)
SUMPRODUCT and ISNUMBER(MATCH