April 18, 200520 yr I want to format a field to have the record # (the way it is in the toolbar on the left) - and then also show total # of records, etc, etc...I tried doing it as a serial # - but the problem here is that if you delete a record, it doesn't adjust the way it does in the toolbar. ANy suggestions on how to do this? Thanks! Sarah
April 18, 200520 yr Type @@ direcly onto the layout to display the current number of the record. (You can also type // onto a layout to display the date or :: to display the time though the time will not update until you refresh the window or leave the layout and return to it.) To vew the total records in the current found set: 1) create a calculation field that contains: status(currentfoundcount) 2) make sure the calculation is set to be unstored so that it will update properly
Create an account or sign in to comment