Im trying to develop an access db that will populate a combobox during runtime
I was thinking of using a command button to submit the .additem entries but I can't figure out how
(Not very experienced with access programming)
What are your conditions for populating the combobox? Will it be based on the status of the current record? Will it depend on what a user may enter into a field? ljprodev@yahoo.com
ProDev
MS Access Applications
I hope I am in understanding correctly. The user will be typing the entry into the combobox itself. If it is not there, then you wish it to be added to the list. If this is the case, you can use the On Not In List of the combo box. This event is used specifically for this reason. Place your curser on this events line and hit F1. Then click Event Procedures and it will tell you how to place the code.
Lemmeno,,, B-) ljprodev@yahoo.com
ProDev
MS Access Applications
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.