September 10, 200619 yr How do I make a field that will show the portal row number like this eg: 1 of 7 In other words it has to show the current row number and the ammount of rows?
September 10, 200619 yr Use your text tool and type @@ in the row. This will insert the record number (see Insert). To grab the total number of records in the portal, just look for the total related count. In main table, create a calculation (number) with: Count ( yourPortalTable::yourKeyField ) You don't need to waste portal space by placing the total within the portal ... just place this field below your portal to produce your total 'row' count. It will stay in view as Users scroll the portal. LaRetta :wink2:
Create an account or sign in to comment