I have a textbox linked to a query using dlookup
=DLookUp(" [Current Position]![Current Position] ","Current Position") which reflects a sum of money.
I am using a continuous datasheet and when I enter in a new amount, the textbox does not refresh although the query does. How can I make this textbox refresh without me having to close the form or switching to design mode and back?
Thanks
=DLookUp(" [Current Position]![Current Position] ","Current Position") which reflects a sum of money.
I am using a continuous datasheet and when I enter in a new amount, the textbox does not refresh although the query does. How can I make this textbox refresh without me having to close the form or switching to design mode and back?
Thanks