B
bau
Hi everybody!
I have e a problem merging data of several rows in one table in Access
2003. The table structure looks like this:
-------------------------------------------------------------------------------
| Key | CustomerID | Attribute1 | Attribute2 | Attribute3 |
-------------------------------------------------------------------------------
| 1 | 2006 | True | False | False |
| 2 | 2006 | False | True | False |
| 3 | 2006 | False | False | True |
now I would need to construct a query, which displays the information
like that:
-------------------------------------------------------------------------------
CustomerID | Attribute1 | Attribute2 | Attribute3 |
-------------------------------------------------------------------------------
2006 | True | True | True |
Any help is very much appreciated! Thank you!
Ray
I have e a problem merging data of several rows in one table in Access
2003. The table structure looks like this:
-------------------------------------------------------------------------------
| Key | CustomerID | Attribute1 | Attribute2 | Attribute3 |
-------------------------------------------------------------------------------
| 1 | 2006 | True | False | False |
| 2 | 2006 | False | True | False |
| 3 | 2006 | False | False | True |
now I would need to construct a query, which displays the information
like that:
-------------------------------------------------------------------------------
CustomerID | Attribute1 | Attribute2 | Attribute3 |
-------------------------------------------------------------------------------
2006 | True | True | True |
Any help is very much appreciated! Thank you!
Ray