Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh is not work

Status
Not open for further replies.

wdu94

Programmer
Aug 15, 2001
61
0
0
US
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
 
Thanks JimHorton.

Still not for me. I didn't know why?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top