How do i get Access to display "Record 2 of 10 records" on a form. At the moment I've got it to display the total number of records using this control source:
=" (" & Count(*) & " " & IIf(Count(*)=1,"record"," records" & ""
(This may seem a strange thing to want to do, but i don't want the users to see the navigation buttons.)
=" (" & Count(*) & " " & IIf(Count(*)=1,"record"," records" & ""
(This may seem a strange thing to want to do, but i don't want the users to see the navigation buttons.)