Hi Guys,
I have created a list box on my form that gives me a choice of equipment types. The list works great..... But if I need to add more equipment to the list (separate table) I have a button which when clicked opens a form to the equipment table where I can add the new equipment..... this works well.....
But when I go back to my original form to use the listbox and choose the new equipment, it is still not there..... I have to close that form and then reopen it to refresh the list on the form......
What I would like to know..... Is there a way to add equipment to my table through the add equipment button, and when I close the add equipment form... it updates the listbox on my form without having to close my form?
Any help is appreciated,
Peter