Okay, this is difficult to explain. I'm a self taught user, and I'm having difficulty with a problem on a form.
I have a database of 401(k) information. Officers have plans, plans have mutual funds, mutual funds have returns data. All of it gets reported in various ways.
I want to create a data-entry form so that users can alter the fund lineup of a plan without seeing any other data.
I've created a form that allows a user to select the officer first. That selection feeds another cbo box of plan names. What I want to do now is have it so that when a plan is selected, the bottom half of the form populates every fund option the plan currently holds. Then the user can alter those as they see fit, deleting some, adding new ones, or editting current ones.
I can't figure out how to make that step happen. Any ideas?
I have a database of 401(k) information. Officers have plans, plans have mutual funds, mutual funds have returns data. All of it gets reported in various ways.
I want to create a data-entry form so that users can alter the fund lineup of a plan without seeing any other data.
I've created a form that allows a user to select the officer first. That selection feeds another cbo box of plan names. What I want to do now is have it so that when a plan is selected, the bottom half of the form populates every fund option the plan currently holds. Then the user can alter those as they see fit, deleting some, adding new ones, or editting current ones.
I can't figure out how to make that step happen. Any ideas?
Last edited: