Record Selector Shows 1 of 2 instead of total # of Records.

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi;

Using A2K. MDB FEnd, MDE BEnd.

Have cmdNewRecord. (DoCmd.GoToRecord , , acNewRec)

When a User clicks the cmd the Record Selector Shows 1 of 2 instead of
showing the total number of Records (1 of 100).

If the User clicks the "Last Record" button >| before adding any data to the
new Record it shows 1 of 1. Then the User has to exit the Form and re-open
it.

After Data is entered and the User clicks the "Last Record" button it does
show the actual number of Records.

This only started happening a few weeks ago.

Tried it on different Computers its the same.

Would someone be so kind and point me in the correct direction to overcome
this obstacle?

Thank You for taking the time to read this post.

Andy
 
If you open the form in data entry mode then it will not show previously
entered records. How are you initially opening the form?
--
Bob Larson
Access MVP
Free Tutorials and Samples at http://www.btabdevelopment.com

__________________________________
 
Back
Top