re-order a form

  • Thread starter Thread starter SmogTheCat
  • Start date Start date
S

SmogTheCat

Guest
I've new with Ms Access.
I've a form with customer list, created by a query, ordered by customer's name.
Clicking on a customer list I open a new form with customer's details.
If I modify Customer's name I need the "parent" form must be reordered when I close the details form to coming back to the customer list.
I guess I have to create something on the "on exit" event but... what????

Thanks, SmogTheCat
 
Hi, SmogTheCat

You may have to creat something on the "on close" event in the detailed form. if the name of the "parent form" is "CustomerList", the code could be "forms!CustomerList.requery".
 

Users who are viewing this thread

Back
Top Bottom