I am trying to pull a number from a text box. I listed the expression for the box below. [Current Record] is a number and Count(*) is a number. I couldn't figure out what field gave me the total records so I did a count instead. If I want to pull the value from just the count portion, what expression would do that? Please no VBA. Thank you.
please note the spaces on either side of "of"Code:=[CurrentRecord] & " of " & Count(*)