Hello,
I have the form called frmPickDates that have the button to link to other form(called frmReservations). When the frmReservations finished update then I have the button to link back to frmPickDates that should be show new info. in the frmPickDates. But this not work for me to show info. from frmPickDates when I click button from frmReservations. I need this works.
My data is actully updated in the frmPickDates when I reopen the frmPickDates to test.
I try to using "refresh" such as:
In the open form frmPickDates event, I put Me.refresh,
also in the frmReservations's click button event, I put Docmd.OpenForm "frmPickDates"
Me!frmPickDates.Refresh
Both are not works.
Hope somebody help me out.
Thank you very much for your advance.
Wdu
I have the form called frmPickDates that have the button to link to other form(called frmReservations). When the frmReservations finished update then I have the button to link back to frmPickDates that should be show new info. in the frmPickDates. But this not work for me to show info. from frmPickDates when I click button from frmReservations. I need this works.
My data is actully updated in the frmPickDates when I reopen the frmPickDates to test.
I try to using "refresh" such as:
In the open form frmPickDates event, I put Me.refresh,
also in the frmReservations's click button event, I put Docmd.OpenForm "frmPickDates"
Me!frmPickDates.Refresh
Both are not works.
Hope somebody help me out.
Thank you very much for your advance.
Wdu