A
AnthonyL
Guest
I have a form (with help desk call info) that uses a query to populate a combobox with the firstname, lastname and company data from a table full of contact data. I allow the user to open a new form on a double click event in the combo box, so that the user can add new contacts to the contact table that the query draws its fields from.
When the user is done, he closes the form for adding data and is again seeing the open form he had been on.
I can't seem to get the newly added data to show in the combo box without closing and reopening the first form, which loses data that is already in the form.
How do I do this??? I have run out of ideas as the requery command doesnt work for me.
Thanks for any help you can give.
[This message has been edited by AnthonyL (edited 10-05-2001).]
When the user is done, he closes the form for adding data and is again seeing the open form he had been on.
I can't seem to get the newly added data to show in the combo box without closing and reopening the first form, which loses data that is already in the form.
How do I do this??? I have run out of ideas as the requery command doesnt work for me.
Thanks for any help you can give.
[This message has been edited by AnthonyL (edited 10-05-2001).]