Nov 12, 2004 #1 noel0589 Electrical Joined Sep 23, 2004 Messages 50 Location US Hi all, How can I make it so that someone cannot select the values in a combo box listing using VB. I want my combo box to list the values that have been entered before which cannot be used again. Thanks!!
Hi all, How can I make it so that someone cannot select the values in a combo box listing using VB. I want my combo box to list the values that have been entered before which cannot be used again. Thanks!!
Dec 3, 2004 #2 FrancisL Computer Joined Aug 29, 2001 Messages 337 Location GB Presuming you have a table of the values that have been entered before then use that to populate the Combo box as run time. Upvote 0 Downvote
Presuming you have a table of the values that have been entered before then use that to populate the Combo box as run time.