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
Converting Common file formats to TIFF(For FAX)
Citrix .ocx IE pop up
Microsoft, Ghost, XP, SERVER2003
I am using Embarcadero Rapid SQL 7.5.5 to connect to sybase 12.0 database and i can see all the tables there.How to export those tables into .csv file.Can you please tell me the step by step procedure
Connect to Sybase threw C#.
Asynchronous execution from an Oracle 8i stored procedure
Client does not have permissions to send as this sender
Error trying to run MS Exchange
Printers Disappear
Case statement in SQL 2000 with variables