ZuluWarrior
MIS
I have an access project where I need to get the current record position. Exactly like the record navigator.
I need it to display "Viewing 2 of 5" like the record bar at the bottom of the screen.
Basically I have lots of master detail forms and it needs to be part of the UI, but it is only for display.
I hope you understand what I mean.
I currently have an edit control recordsource like this:
="Viewing " & [Form].RecordSet.[AbsolutePosition] & " of " & Count(*) & " Systems"
But I get stupid stuff for the current position, like -1 of 10 etc..
Please help..
ZuluWarrior
I need it to display "Viewing 2 of 5" like the record bar at the bottom of the screen.
Basically I have lots of master detail forms and it needs to be part of the UI, but it is only for display.
I hope you understand what I mean.
I currently have an edit control recordsource like this:
="Viewing " & [Form].RecordSet.[AbsolutePosition] & " of " & Count(*) & " Systems"
But I get stupid stuff for the current position, like -1 of 10 etc..
Please help..
ZuluWarrior