Hi.
I have a list box on Form1 populated with fields ClientName, ClientID, with a cmd button to open in Form2 the record selected by the user in the list box.
Form2 has a cmd button that closes it and opens Form1. When I add a new record in Form2 then close it with the cmd button to open Form1, I would like to see this new record show up in the Listbox, but it does not. It shows if I close Form1 and reopen, but how do I get it to show straight away?
Thanks,
Andrew.
I have a list box on Form1 populated with fields ClientName, ClientID, with a cmd button to open in Form2 the record selected by the user in the list box.
Form2 has a cmd button that closes it and opens Form1. When I add a new record in Form2 then close it with the cmd button to open Form1, I would like to see this new record show up in the Listbox, but it does not. It shows if I close Form1 and reopen, but how do I get it to show straight away?
Thanks,
Andrew.