Requery a form in called function.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My function is MyCalledFunction(Formname as string)
I have no idea how to requery the form within the function using Formname. I
assume it would be something like
Me!&Formname&.Form.Requery
Can someone enlighten me?
 
Back
Top