G
Guest
I have fields on a form which use drop lists. If an item is not in the list, I open a second form and add the record to the second separate table where the list entries are stored, I then close the second form. The problem is that the new item has not been added to the list in the original form. I think that I need to use Requery for the field, but I don't know how. I want to Requery only the contents of the specific field where a new item was added, I don't want to Requery all the fields on the form every time, there are many fields on the form and most of them are drop lists. I tried Me.Requery and it works but it takes far too long. Any suggestions
Regard
Nasos
Regard
Nasos