R
rama
Hi
My access select query is having some fields which are "Date",
"JobNo", "Section", "JobDesc" etc.
The query works fine but what I wish to do is to group query results
datewise so that I can avoid
repeating date in each row. At present my query result looks like
this.
Date JobNo Section JobDesc
24/01/2009 1 2A X
24/01/2009 2 2A X
25/01/2009 3 2B X
25/01/2009 4 2A X
I wish to get the results like this.
Date JobNo Section JobDesc
24/01/2009 1 2A X
2 2A X
25/01/2009 3 2B X
4 2A X
Any help would be appreciated.
My access select query is having some fields which are "Date",
"JobNo", "Section", "JobDesc" etc.
The query works fine but what I wish to do is to group query results
datewise so that I can avoid
repeating date in each row. At present my query result looks like
this.
Date JobNo Section JobDesc
24/01/2009 1 2A X
24/01/2009 2 2A X
25/01/2009 3 2B X
25/01/2009 4 2A X
I wish to get the results like this.
Date JobNo Section JobDesc
24/01/2009 1 2A X
2 2A X
25/01/2009 3 2B X
4 2A X
Any help would be appreciated.