What is the best solution for this?
I would like to create a list of organizations paid for in a payment. Each parent organization pays for at least one sponsored organization. I can create a list of sponsored organizations for each parent org. I must then let the user select from the list and I have to create a sub list that indicates who was paid for with each payment.
1) Is it best to create a combo box or checkbox list of the sponsored organizations for the user to make the selection?
2) How do I create the append query using the above list (selected combo box or checkbox list)? I'm assuming I have to create a linked table that lists the payment_ID and the sponsoredOrg_ID.
Thanks for helping a newbie!!!
I would like to create a list of organizations paid for in a payment. Each parent organization pays for at least one sponsored organization. I can create a list of sponsored organizations for each parent org. I must then let the user select from the list and I have to create a sub list that indicates who was paid for with each payment.
1) Is it best to create a combo box or checkbox list of the sponsored organizations for the user to make the selection?
2) How do I create the append query using the above list (selected combo box or checkbox list)? I'm assuming I have to create a linked table that lists the payment_ID and the sponsoredOrg_ID.
Thanks for helping a newbie!!!