jschwarz Posted September 8, 2004 Posted September 8, 2004 I'm converting an older version of a database into a newer one that we've developed for a non profit doing fundraising. The old DB has "home phone", "address phone", and "other phone". The new DB has a 5-field array of phone numbers, and a corresponding popup menu with phone types, including fax, work fax, etc. Is there any way to map the separate fields from the old DB to be imported into the array? Otherwise, I can only import the home phone, essentially. Thanks
dkemme Posted October 21, 2004 Posted October 21, 2004 I would import the database, deciding that the first array is home, second is work, and third is other. Then find all records with a home number, do a replace in the popup menu with "home", then find all with data in second and replace "work" in the second popup menu and so on..
Recommended Posts
This topic is 7689 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now