Hello! I am trying to import data from a DBF file (with only DONOR_NUMB and various data fields) that is tied to a field in CONTACT2 (UWESSID) and where I need to have custom Detail records created/updated. After unsuccessfully trying different two-table combinations, I found a prior Inaport post from Cerf on 02-13-2008 dealing with _Calendar items, so I am now trying three tables:
1. _Contact2 as the top table, Match single existing record, #ACCOUNTNO as Primary Key, and match DONOR_NUMB from the DBF file to UWESSID in Contact2
2. _Contact1 as the second table, Match single, #ACCOUNTNO as Primary and Foreign key
3. CONTSUPP as third table -- child of _Contact1, Update single or create new record - single map, no match specified (since my DBF has only DONOR_NUMB and there is no appropriate matching field listed in the target) (I tried using _Details as the third table, but our custom detail data uses these fields CONTACT and PHONE, which aren't available fields in _Details...)
The script processed my 10 test rows the first time - but the data never appeared under the right ACCOUNTNO. Now the script complains of Multiple Matches, but I have queried the data via SQL and can't find any multiple matches...
(Another thing that I wonder about is that when I run it, it takes a long time before it starts processing rows: it says 'Adding Index Values to Index #ACCOUNTNO" for about 8 minutes while it counts up. How can I get it to use an existing Index?)
Thanks for your guidance!