I am trying to create a form where the user will select an account number for a life insurance policy. When that is selected, I want a list box with choices for a beneficiary to be limited to a query that filters the beneficiaries table and displays only beneficiaries that are tied to that particular account number.
I have created a query to filter the list, but unfortunately it asks for the account number. This is redundant since I am already in that record.
Any ideas on how to do this?
Thanks for any help,
Julie
I have created a query to filter the list, but unfortunately it asks for the account number. This is redundant since I am already in that record.
Any ideas on how to do this?
Thanks for any help,
Julie