G
Grant
How would I go about doing the following?
Public Function fRequeryData(CurrentForm As Form)
fCurrentForm.Undo
... and so on.
I am currently trying to call the function like this:
=fRequeryData(Form!frmRevSuppFc)
Thanks in advance for the replies,
Grant.
Public Function fRequeryData(CurrentForm As Form)
fCurrentForm.Undo
... and so on.
I am currently trying to call the function like this:
=fRequeryData(Form!frmRevSuppFc)
Thanks in advance for the replies,
Grant.