Charlotte Foust
charlotte.foust at gmail.com
Wed Sep 10 13:47:52 CDT 2014
Nothing wrong with doing it via popup. You would need a DoEvents call to allow it to process before you reset the rowsource of the combo or requery the parent form. Charlotte On Wed, Sep 10, 2014 at 11:38 AM, Susan Harkins <ssharkins at gmail.com> wrote: > Although, there are two fields -- species and common name -- I'll have to > display the popup anyway. > > Susan H. > > On Wed, Sep 10, 2014 at 2:37 PM, Susan Harkins <ssharkins at gmail.com> > wrote: > > > > >> > >> You need to use the Not In List event to add the item to the table, then > >> you can reset the rowsource of the combobox to get the updated list. > >> > >> Charlotte > >> > > > > ===========I had hoped to save the user the trouble of entering a species > > that didn't exist -- but you're right... I had forgotten that I could > > capture the entry and do it that way -- might make more sense that using > a > > popup. > > > > Susan H. > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >