On my form I have a list box containing manager names. Below that list box is a subform. This subform shows the multiple store associated with that manager, multiple programs associated with each store, a percentage for each program, and a yes/no column.
The form is used to add and delete programs and stores from each manager's list and to edit the associated percentages. I've linked the subform to the main form using the manager's name. As planned, when I click on a name the subform updates to show only that manager's information below.
I seem to have a bit of a glitch (it, I've made some sort of error). The first name in the list of managers is "Aaron", his first store and program are 302 and F. The issue is this:
Say I select a different name in the list box (let's say Bradley). When I click on his name the appropriate information shows on the subform. I view his information and change some data, save and close the form.
If I now open the table which corresponds to the data in the subform I find that Bradley has now been assigned store 302, program F. This happens to the first store/program listed for the first manager every time.
I don't even know where to begin to fix this...
Hellllpppp please!!
The form is used to add and delete programs and stores from each manager's list and to edit the associated percentages. I've linked the subform to the main form using the manager's name. As planned, when I click on a name the subform updates to show only that manager's information below.
I seem to have a bit of a glitch (it, I've made some sort of error). The first name in the list of managers is "Aaron", his first store and program are 302 and F. The issue is this:
Say I select a different name in the list box (let's say Bradley). When I click on his name the appropriate information shows on the subform. I view his information and change some data, save and close the form.
If I now open the table which corresponds to the data in the subform I find that Bradley has now been assigned store 302, program F. This happens to the first store/program listed for the first manager every time.
I don't even know where to begin to fix this...
Hellllpppp please!!