Shift + F9 translated to a command button

P

Peter

Hi again all at this fantastic place....how do i translate the Shift + F9
(requery) a form...???
 
P

Peter

Thanks fredg...made my day! i used this from the refresh button code..
Private Sub Requery_Form_Click()
On Error GoTo Err_Requery_Form_Click


Me.Form.Requery

Exit_Requery_Form_Click:
Exit Sub

Err_Requery_Form_Click:
MsgBox Err.Description
Resume Exit_Requery_Form_Click

End Sub

Once again, thanks a lot!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top