S
Simon Harris
Hi All,
I'm sure this will be a common query, how ever after an hour of Googling
I've not found anything useful!
I have a form which has a listbox, with customers in it. My user will either
double click a customer, or hit the 'new customer button', which will either
open a customer record for editing, or open the form ready for a new record
to be entered (DoCmd.OpenForm stDocName, datamode:=acFormAdd).
Problem is, when they have finished adding/editing, they close the form
which then obviously shows them the original form with the listbox, which
does not reflect the additions/changes.
I tried using the 'Got Focus' method of the parent form, adding a
listbox.requery - This didnt seem to do anything.
Having a web development background, I also thought of using parent/opener
value of the customer edit form - Although I'm not sure these exist!?
Any other ideas?
THANKS!
Simon.
I'm sure this will be a common query, how ever after an hour of Googling
I've not found anything useful!
I have a form which has a listbox, with customers in it. My user will either
double click a customer, or hit the 'new customer button', which will either
open a customer record for editing, or open the form ready for a new record
to be entered (DoCmd.OpenForm stDocName, datamode:=acFormAdd).
Problem is, when they have finished adding/editing, they close the form
which then obviously shows them the original form with the listbox, which
does not reflect the additions/changes.
I tried using the 'Got Focus' method of the parent form, adding a
listbox.requery - This didnt seem to do anything.
Having a web development background, I also thought of using parent/opener
value of the customer edit form - Although I'm not sure these exist!?
Any other ideas?
THANKS!
Simon.