R
robboll
Access 2003 Form
A Text Box with =[CurrentRecord] will display the current record on a
command button by putting a form.refresh in it. I put a form.refresh
in all the navigation buttons and it works as expected to update the
current record. I am trying to make it so that when the form is in
Continuous forms mode that all one has to do is click anywhere in the
form to trigger the form.refresh. The OnGotFocus property doesn't do
it, or even the on-click Event. What is the best method of executing
the form.refresh method by clicking anywhere in the continuous form.
Any tips appreciated!
RBollinger
A Text Box with =[CurrentRecord] will display the current record on a
command button by putting a form.refresh in it. I put a form.refresh
in all the navigation buttons and it works as expected to update the
current record. I am trying to make it so that when the form is in
Continuous forms mode that all one has to do is click anywhere in the
form to trigger the form.refresh. The OnGotFocus property doesn't do
it, or even the on-click Event. What is the best method of executing
the form.refresh method by clicking anywhere in the continuous form.
Any tips appreciated!
RBollinger