Refresh

  • Thread starter Thread starter Raj
  • Start date Start date
R

Raj

I have 2 forms [frmMain] and [frmDetail], I have a button
on [frmMain] that opens the detail for the record that is
currently on [frmMain]. What I would like to know is how
to have the [frmDetail] refresh when I select another
record on the [frmMain] without have to close and reopen
[frmDetail]
Thanks in advance
 
I think you might be thinking about SHIFT-F9. I'm trying to refresh my forms, and that's the way that works for me. I'm trying to get it into button form, but my code for the button doesn't seem to work
Any suggestions

SendKeys "+{F9}", True
 
Back
Top