A
Al
I am trying to repeat data from one record into other records. For example,
I have created a table for ticket sales, where the ticket number is the
primary key. I would like to make it possible to enter information for a
person (name, phone, type of pmt, etc) for multiple tickets. That is, I want
to enter info for one person and have it autopopulate in other records
according to the other ticket numbers they purchased.
I am thinking I need to have a list of tickets and then another sublist for
the repeated tickets, but am not sure how to go about doing that.
Thanks!
I have created a table for ticket sales, where the ticket number is the
primary key. I would like to make it possible to enter information for a
person (name, phone, type of pmt, etc) for multiple tickets. That is, I want
to enter info for one person and have it autopopulate in other records
according to the other ticket numbers they purchased.
I am thinking I need to have a list of tickets and then another sublist for
the repeated tickets, but am not sure how to go about doing that.
Thanks!