Requery a form in called function.

G

Greg

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?
 
Top