I have a form "Contacts" that is my master form, into which all major data entry occurs. Then I'd like to query the "Contacts" table and another table of supplemental data "Job History" to display on another form "Participants." To avoid re-entering all the contact info previously keyed in, I designed a macro to 1)Save Contacts, 2)OpenForm Participants, 3)GoToRecord New, and 4)SetValue of ParticipantID to = Contact ID. The Participants form (remember, based on the query) properly does all of the above, but does not display any of the data from the Contacts table until after the form is closed and then re-opened. Is it possible to achieve this (displaying all the data from the Contacts table) without adding a Close and Open action to my macro? Thanks!