I have a form called coupons that is based off of a table. It contains 300+ records. Each record has a special code that I want to use for naming. So I want to create a seperate pdf file for each record based on that record's special code. For example:
Record 1 code: AA
File output would be AA.pdf
Record2 code: AB
File output would be AB.pdf
I would like to be able to do this in 1 step, not having to manually do it 300+ times. I don't know VBA, so go easy on me.
Dodge20
Record 1 code: AA
File output would be AA.pdf
Record2 code: AB
File output would be AB.pdf
I would like to be able to do this in 1 step, not having to manually do it 300+ times. I don't know VBA, so go easy on me.
Dodge20