How to display running number in form?

awiezzz

New member
Local time
Today, 13:35
Joined
Jun 16, 2004
Messages
9
Hi,
I have many records in 1 form, is it possible for me to display running number on that form? I can display running number in report by putting textbox and set its control source to =1. Is it possible to do that in form?

any idea? thanx in advance..;)
 
I would number the records on the underlying query (call the field RunCount), then refer to RunCount on the form.

If you need to see a sample, check out the tutorial I wrote for subforms here.
 
Hi all,
thanx for reply..;)
i've tested the code and it works..thanx again..:D
 

Users who are viewing this thread

Back
Top Bottom