I have a form (let's say Main) which has a button that opens another form to add data.
When I close this second form I want the Main one to display the new data. But it doesn't unless I close and open it again.
I have tryed the docmd.requery and to unload and load the form again by itself, but I didn't get any success.
Thanks again for your help.
When I close this second form I want the Main one to display the new data. But it doesn't unless I close and open it again.
I have tryed the docmd.requery and to unload and load the form again by itself, but I didn't get any success.
Thanks again for your help.