Refresh or Requery?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Party edit form that should always pull the Party_ID from another
Party command of a Party select form. However, when I select the Party from
the select form, the edit form is populated with the Party of the first
selection and remains at the Party of the first selection. When I depress
"Back" and select another Party, the first Party selection remains on the
edit form. How can I get the edit form to pull a different Party each time I
select a different one?

If refresh or requery is the answer, where (or in the "Back" command) and
how would I implement a refresh or requery?
Your help is greatly appreciated.
 
Please examine the Print Invoice button on the Orders form in the Northwind
database. This opens a report based on the current order. You can use the
same technique to open forms based on the current record.
 
Back
Top