dbTalk Databases Forums  

rows in a crosstab query

comp.databases.ms-access comp.databases.ms-access


Discuss rows in a crosstab query in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
kevcar40
 
Posts: n/a

Default rows in a crosstab query - 01-22-2009 , 03:24 AM






Hi,
i have a table called op number contain all the ops on the line

I have a crosstab query that returns faults against op number(rows)
by
weeks(columns)
problem is it only returns the ops with faults against them


What i want to do is


have all the ops on the lilne returned with and with out fault


how can i do this ?
thanks


kevin


Reply With Quote
  #2  
Old   
paii, Ron
 
Posts: n/a

Default Re: rows in a crosstab query - 01-22-2009 , 07:44 AM







"kevcar40" <kevcar40 (AT) btinternet (DOT) com> wrote

Quote:
Hi,
i have a table called op number contain all the ops on the line

I have a crosstab query that returns faults against op number(rows)
by
weeks(columns)
problem is it only returns the ops with faults against them


What i want to do is


have all the ops on the lilne returned with and with out fault


how can i do this ?
thanks


kevin

Add a "IN" clause to list all the ops you want to show.

IN ("Op1", "Op2", "Op3", "Op4")

Use the property window of the query designer or enter it the SQL window.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.