I have form name (home) it has a combobox its row source are name of employees. I want to put a command button add employee, that when i click it, msgbox or textbox will appear and you can add employee name in combo box. Any ideas to do these thing are highly appreciated!
How to add data in combobox using command button?
Collapse
X
-
Unless your Combo Box is Value-sourced, that makes no sense. Data isn't otherwise stored in the Combo Box, but only shown there from somewhere else.
You give very little information and have not shown any attempt to do this yourself. Show us what you've done already before we start to help you. You should know how it works by now.Comment
Comment