Hi,
I'm very new to Access so forgive me if this is a really simple question!
I'm trying to write a query that produces a database of customers and their contact details. The customer reference, name and address is held in one table and the contact details are held in another. The problem I am encountering is that the contact details are stored in one field called CONVAL and could either be email addresses, telephone numbers or both.
The format of the query I have designed is below (sorry I'm not allowed by work to show the database in any way):
And it returns the following output:
Is there a way to produce the output so that email address is one column and telephone number is another?
Thank you.