Get value of Navigation bar "record X of x" - HOW?

R

Robert Johnson

Hi all. I want to use the value of the number of records in a child sub form
where the navigation bar says the number of records on my parent form. Is
there a property for this?

Robert
 
V

Van T. Dinh

Form!MainForm!
SubformControl.Form.RecordsetClone.RecordCount

(as 1 line) should give you the X you want.

HTH
Van T. Dinh
(MVP Access)
 

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

Top