Mike,
Thanks for your replies. I haven't had the time to browse all of the resources you sent me yet, but I will.
I should have given more info up front, sorry.
I had a solution that looks like this...
item #a datea amounta | item #b dateb amountb
"" "" "" | "" "" ""
and each of them has 10 repeating fields under them.
Also, you should know, at the top of the record are fields for ...
record # (unique, incrementing)
Invoice # (entered by user)
Unit # (value list, pull down menu)
Salesperson name ( value list, pull down menu)
acc't period (entered by user)
total amount (calc.sum of amounta & amountb)
The info in the above fields is essential to retain.
and a few other (non-essential, summary fields)(not on new layout)
I need to import the records from this file to a new solution that looks like this...
(desc=description)
item# date desc1 desc2 desc3 qty1 qty2 qty3 qty4 type totamt
"" "" "" "" "" "" "" "" "" "" ""
and each of these has 20 repeating fields under them.
this layout retains the same, exact, (essential)fields above as the previous layout.
here's the biggest hurdle...
how do I get item #a & item #b AND amounta & amountb into their respective new fields (item# & totamt)
I can live without the dates (datea,dateb) and other stuff, but I need the amounts and item #'s.
I hope I have been able to relate this clearly enough for you to visualize it and help me with my dillema.
Thanks,
Wesley