GreenshootProgrammer
Registered User.
- Local time
- Today, 15:03
- Joined
- Jan 16, 2013
- Messages
- 74
This code shows current record number:
This code shows total record number:
How do I combine them in a textbox to say something like "8 of 10"?
Code:
=[CurrentRecord]
This code shows total record number:
Code:
=DCount("[Category]","tblCategory")
How do I combine them in a textbox to say something like "8 of 10"?