A
Andrew Magerman
Hi,
I was wondering if you could help me:
I have one large table for my addresses. It looks like this:
Name Land phone Mobile phone Office phone
Andrew 1111111 222222222 3333333333
Tom 5111111 522222222 5333333333
Harry 8111111 822222222 8333333333
And I want to import one file (csv)into my phone at home which only
understands Name and Phone Number. So I need this table:
Name Phone
Andrew 1111111
Andrew Mob 222222222
Andrew Office 3333333333
Tom 5111111
Tom Mob 522222222
Tom Office 5333333333
In VBA with excel, I would loop through the table and create a csv on
the fly, and I couldn't quite understand how to do it for Access.
Then I thought, OK, let's make three queries and just concatenate them.
Query 1:
Name phone
Andrew 1111111
Tom 5111111
Harry 8111111
Query 2:
Name phone
Andrew Mob 222222222
Tom Mob 522222222
Harry Mob 822222222
Query 3:
Name phone
Andrew Office 3333333333
Tom Office 5333333333
Harry Office 8333333333
I managed the three queries but couldnt get to stick them together. Can
you help or tell me of an even better way?
Thanks,
Andrew
I was wondering if you could help me:
I have one large table for my addresses. It looks like this:
Name Land phone Mobile phone Office phone
Andrew 1111111 222222222 3333333333
Tom 5111111 522222222 5333333333
Harry 8111111 822222222 8333333333
And I want to import one file (csv)into my phone at home which only
understands Name and Phone Number. So I need this table:
Name Phone
Andrew 1111111
Andrew Mob 222222222
Andrew Office 3333333333
Tom 5111111
Tom Mob 522222222
Tom Office 5333333333
In VBA with excel, I would loop through the table and create a csv on
the fly, and I couldn't quite understand how to do it for Access.
Then I thought, OK, let's make three queries and just concatenate them.
Query 1:
Name phone
Andrew 1111111
Tom 5111111
Harry 8111111
Query 2:
Name phone
Andrew Mob 222222222
Tom Mob 522222222
Harry Mob 822222222
Query 3:
Name phone
Andrew Office 3333333333
Tom Office 5333333333
Harry Office 8333333333
I managed the three queries but couldnt get to stick them together. Can
you help or tell me of an even better way?
Thanks,
Andrew
