Hi Again.
I have 2 comboboxes each with value lists. I want combobox 2 to equal the same selected row as combo box 1 I have managed to code some VB script to select combobox 2 but need to select the same row that combobox 1 is set to.
It's not pulling the data from combobox 1 just what row is selected.
Something like this but line 2 won't work
Forms!MainInput!Comboan2.SetFocus
Forms!MainInput!Comboan2.RowSelect = Comboan1.ListIndex