How to Display the CurrentRecord on a Form

  • Thread starter Thread starter robboll
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top