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 just started using. Please show me how to do this with a loop and I should be able to do the rest from that example...
Example: acct, value1, value2, value3, etc...
Need: acct, value1
acct, value2
acct, value3
etc.....
Thank you in advance!
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 just started using. Please show me how to do this with a loop and I should be able to do the rest from that example...
Example: acct, value1, value2, value3, etc...
Need: acct, value1
acct, value2
acct, value3
etc.....
Thank you in advance!