Would you add a new record to tblCraftShow for a recurring show, or use the old record? Currently the Fee is stored in tblCraftShow. If you want to reuse the record year to year, you would need to move the Fee to tblPaymentMethod. That would allow you to keep track if the fee changed from year to year.Also, I may do the same show year after year and would like for the payment information to show up from year to year too. Does that make sense?