X
xp
I have a form with a DLookup formula in the "Control Source" of a text box.
This runs fine when the form loads.
After the users run an update, I want to trigger the DLookup formula to
refresh itself from a code module so the form will display current
information. I tried something like:
Forms("MyForm").Controls("MyControl").Refresh
But this fails, can anyone please help me out on this?
Thanks!
This runs fine when the form loads.
After the users run an update, I want to trigger the DLookup formula to
refresh itself from a code module so the form will display current
information. I tried something like:
Forms("MyForm").Controls("MyControl").Refresh
But this fails, can anyone please help me out on this?
Thanks!