Oct 20, 2000 #1 kjonnnnn MIS Joined Aug 25, 2000 Messages 317 Location US I have a report that prints out each one line record. How can I get Access to number each record? [sig][/sig]
I have a report that prints out each one line record. How can I get Access to number each record? [sig][/sig]
Oct 20, 2000 #2 Wiznane IS-IT--Management Joined Oct 18, 2000 Messages 21 Location US Using the Count function, you can count each record. Thusly, Count([fieldname]) putting this in the details section of your report will number each record. Hope that's what you were looking for. [sig][/sig] Upvote 0 Downvote
Using the Count function, you can count each record. Thusly, Count([fieldname]) putting this in the details section of your report will number each record. Hope that's what you were looking for. [sig][/sig]
Oct 20, 2000 Thread starter #3 kjonnnnn MIS Joined Aug 25, 2000 Messages 317 Location US THANK YOU THANK YOU IT WAS!!! [sig][/sig] Upvote 0 Downvote