
Originally Posted by
June7
There is not a property for control in form, there might be for report, not sure if 2002 has it. Look for RunningSum property in textbox on report. If you find it, set it to yes and ControlSource to =1.
Anything else requires code as far as I know, look at
http://www.lebans.com/rownumber.htm
Why do you need this in form?
I just wanted this for a reference in a form. I'm basically entering an acronym and a description and want to number them.
I think I've found a solution though. Just in case anyone else needs this I've used the 'CurrentRecord' property. It's exactly what I was looking for. I use this in a form event 'On Current' so when I select a new record the serial is automatically updated.
Thanks for the response.
Code:
me.text1.value = form.CurrentRecord