Recent content by geek2016

  1. G

    Add items to combo box on the fly using only Macros(no VBA)

    Why use macros? I was hoping to make this as simple (and generic) as possible - as there are a lot of dropdown lists. So, it sounds like i'll need VBA. Not a major issue. The tables have and ID and Text field. The combo boxes are bound to the ID, but show the text. The database contains a...
  2. G

    Add items to combo box on the fly using only Macros(no VBA)

    The row source is a select list from a table. I read somewhere that the table itself doesn't get updated unless you do something specific to make that happen.
  3. G

    Add items to combo box on the fly using only Macros(no VBA)

    Is there a way I can allow users to add values to a combo box on the fly using only macros? I've got Access 2013. I know to set the limit2list property to No and use the NotInList event. But not sure what macro combination would do the trick.
Back
Top Bottom