Avatar

Level 10

I'm not sure what's up with the duplicate data in the dropdowns, except I think there's something in the js code doing it - I just don't have time to track it down right now.

I think you could make your form and code a fair bit simpler though. With all your tables basically just changing the title and data that goes in the table, I think you could use one table, change the title dynamically and inject the needed data. I'd move all the code from the tables to the Change event of the radio button list and use a switch() statement instead of a string of if...else.

I did make one change to the form to make it easier to work on - you had all your tables stacked on top of each other, must be a pain to work with! Instead, I wrapped them in a subform set to Flowed. Now you can see them all and work on them separately - may help you or not!