D
Duncs
I have two tables...
The first one contains customer name & address details, along with a
unique account identifier. The second one contains all telephone
numbers that we have for each customer, along with a unique identifier
to link it to the customer table. So:
tblCust tblPhone
fldID fldID
fldName fldStatus
fldAddr1 fldNumber
fldAddr2 fldDescription
fldAddr3
fldPostcode
Each customer can have 1 or more entries in the table tblPhone, as
they may have only a Home Phone, a Home & Work phone, a Home & Mobile,
a Home, Mobile & Work etc. What I need to do is create a new table
that will hold the customer details and an entry for each 'phone
number, all in the one record. At the moment, I can have up to 4
records for the one customer, but for the purposes of an outbound
dialler file, I need this to be all on one row.
Possible?
TIA
Duncs
The first one contains customer name & address details, along with a
unique account identifier. The second one contains all telephone
numbers that we have for each customer, along with a unique identifier
to link it to the customer table. So:
tblCust tblPhone
fldID fldID
fldName fldStatus
fldAddr1 fldNumber
fldAddr2 fldDescription
fldAddr3
fldPostcode
Each customer can have 1 or more entries in the table tblPhone, as
they may have only a Home Phone, a Home & Work phone, a Home & Mobile,
a Home, Mobile & Work etc. What I need to do is create a new table
that will hold the customer details and an entry for each 'phone
number, all in the one record. At the moment, I can have up to 4
records for the one customer, but for the purposes of an outbound
dialler file, I need this to be all on one row.
Possible?
TIA
Duncs