I need to breakout a bunch of records. My table has 20 fields, for example...
Acct, value1, value2, value3, value4, etc...
I need to create a new record with the acct field and value1, then I need to create a new record from the same acct and then value2. I have to do this is vba which I've...