protocol
04-26-2001, 12:45 AM
A user I am working with has a combo box lookup. When an item is not on the combo box list, the user can open another form to enter the new item. The requery method is then used on the combo box to update the list to include the new item. This works fine if the combo box is on the main form. However, if the combo box is on a subform we can't get the requery method to work. Any ideas?