Number each detail record on a form

asnyder

Registered User.
Local time
Today, 21:24
Joined
Jan 28, 2002
Messages
24
I searched for the answer to this question, but couldn't find it. I know how to number each detail record in a report by setting the ControlSource property to =1 and setting the RunningSum property to Over All. Is there an easy way to do this on a form?
 
You can use the Form_Current event and the CurrentRecord as one means, there are others, depends on what you're doing.
 
This is a continuous form and I simply want to sequentially number the records.
 

Users who are viewing this thread

Back
Top Bottom