I have a table
Customer Id, Contact Type, Contact entry
the data is like this
cust 1 Phone 012345
cust 1 fax 54321
cust1 Email Someone@somewhare
Cust 2 Phone 23456
cust 2 fax 65432
cust 3 phone 34567
cust 3 Email cust@site
I want to create a view from the above data with headings as custId,phone,fax, email
but as the data does not exist for all customers it only returns data for those who have all fields filled
any ideas
Customer Id, Contact Type, Contact entry
the data is like this
cust 1 Phone 012345
cust 1 fax 54321
cust1 Email Someone@somewhare
Cust 2 Phone 23456
cust 2 fax 65432
cust 3 phone 34567
cust 3 Email cust@site
I want to create a view from the above data with headings as custId,phone,fax, email
but as the data does not exist for all customers it only returns data for those who have all fields filled
any ideas