P
PAOLO
Hey guys I need some help with a where clause this is the first time I have
ever written one (still va beginner with SQL)
I have a report that lists all Training sessions I booked with each
department of my company. The report has a field called "Delivery" which
states if the session has been D "Delivered" or C "Cancelled". I want to
have two fields at the page footer of my report report, one which can count
the number of sessions delivered and one that can count the ones cancelled.
I have tried to write the where clause for it but I continuosly get syntax
errors.
What I would like to know is:
1. where do I put the fomula:
a: insert a new column in the query (one for cancelled and one for
delivered)
b: insert an unbound box in the report and type it there
Could you pleae let me know and also give me the exact syntax for it (I am
going mad!!!)
I tried this, but I must be missing something:
SELECT Count([Session Dates].[Delivery]) FROM [Session Dates] WHERE [Session
Dates].[Delivery]="D";
Thanks for your help
ever written one (still va beginner with SQL)
I have a report that lists all Training sessions I booked with each
department of my company. The report has a field called "Delivery" which
states if the session has been D "Delivered" or C "Cancelled". I want to
have two fields at the page footer of my report report, one which can count
the number of sessions delivered and one that can count the ones cancelled.
I have tried to write the where clause for it but I continuosly get syntax
errors.
What I would like to know is:
1. where do I put the fomula:
a: insert a new column in the query (one for cancelled and one for
delivered)
b: insert an unbound box in the report and type it there
Could you pleae let me know and also give me the exact syntax for it (I am
going mad!!!)
I tried this, but I must be missing something:
SELECT Count([Session Dates].[Delivery]) FROM [Session Dates] WHERE [Session
Dates].[Delivery]="D";
Thanks for your help