I have limited the list of selection from a combobox as you can see from the picture below, now all I want is that the two accounts showing in the combobox MUST NOT BE SELECTED TWICE , in short I'm saying they must be selected once per transaction NOT TWICE.
Is the a way to use VBA to achieve that?
The combo box name is called ACCOUNTID , this combo box has only two accounts namely ( Stocks and Work in progress)
Open in new window