View Single Post
 
Old 08-21-2011, 11:34 AM
flackend flackend is offline Windows XP Office 2003
Novice
 
Join Date: Aug 2011
Posts: 6
flackend is on a distinguished road
Lightbulb Mail Merge to create specific number of table rows

I have a sign-up sheet that pulls information about the event (name, location, time, number of seats, etc) with mail merge.

I'd like the sign-up sheet to layout a specific number of rows in a table for attendees' information based on the event location's number of seats available.


So I'm thinks something like this (in english):

Code:
if merge data 'location' equals 'Hall A' then create 28 rows
or

Code:
create {merge data, 'num_of_seats'} rows
If that makes sense...

Thanks for any help!
Reply With Quote