![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a flat file with customer information that looks like: Name, Suburb, Postcode John, Adelaide, 5000 Mary, Adelaide, 5000 Mark, Melbourne, 3000 Elizabeth, Sydney, 2000 George, Adelaide 5000 Henry, Melbourne, 3000 I need to add the Suburb and Postcode to a related table but it has a Unique Index on it for Suburb and Postcode. How can I extract only one instance of each Suburb|Postcode, ie: Adelaide, 5000 Melbourne, 3000 Sydney, 2000 and insert those values into the Regions table before importing the customer details into the Customer table? |
![]() |
| Thread Tools | |
| Display Modes | |
| |