I have a form called Address and a subform called Property. The Property subform includes only some of the data available from its source table. I have one button on the Property Subform that allows the user to open and view all of the details about the property. I have a second button that opens a NewProperty form that is used solely for data entry. When the user completes the form, the press a button called Close. When pressing Close, the New Property form closes and returns the user back to the Address form (that also includes the Property Subform).
My problem is that the data that the user just input does not refresh on the imbedded Property Subform. I can use Refresh All on the menu bar to get it to refresh and I can create a button with a macro for Refresh that does the job....but I want it to refresh when the user closes out of the New Property form.
I have tried many things, but nothing works.
Advice is appreicated!
Len