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

  • Thread starter Thread starter Robert Johnson
  • Start date Start date
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
 
Form!MainForm!
SubformControl.Form.RecordsetClone.RecordCount

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

HTH
Van T. Dinh
(MVP Access)
 
Back
Top