D
Dan
I have a form with a list box of customers. I have a button to create a new
customer, and this goes to another form where the user enters the new
customer's name. When returning to the first form, I want the list box to be
updated with the new customer's name. I have lstCustomers.Requiry in the
first form's Form_Activate. I've tried adding Me.Repaint and Me.Refresh in
that same Form_Activate after the requiry, but nothing seems to make it
repaint automatically. If I click somewhere on the form, the list box
updates, but I want it to do it automatically. How do I do this?
customer, and this goes to another form where the user enters the new
customer's name. When returning to the first form, I want the list box to be
updated with the new customer's name. I have lstCustomers.Requiry in the
first form's Form_Activate. I've tried adding Me.Repaint and Me.Refresh in
that same Form_Activate after the requiry, but nothing seems to make it
repaint automatically. If I click somewhere on the form, the list box
updates, but I want it to do it automatically. How do I do this?