Hi everyone, I'm really new to vba programming and need help.
i have a combo box for hardware selection. in the list i have pc's, printers/scanners, laptops etc and I have also created and OK command button which when clicked after selecting hardware is supposed to return a form depending on the hardaware selected (each item in the list should be linked to a relevant form). And the RowSoureType is a "Value List".
i have tried some code which doesn't seem to function as i wish coz it only returns the same form for all the items. What is the vba code that would work in this case?
Thanks in advance
i have a combo box for hardware selection. in the list i have pc's, printers/scanners, laptops etc and I have also created and OK command button which when clicked after selecting hardware is supposed to return a form depending on the hardaware selected (each item in the list should be linked to a relevant form). And the RowSoureType is a "Value List".
i have tried some code which doesn't seem to function as i wish coz it only returns the same form for all the items. What is the vba code that would work in this case?
Thanks in advance
Comment