row number on continuous form

E

Emidio

Hi all, How do I display the row number on a continuous
form which is a subform of a mainform. e.g. the mainform
is clients and the subform is a list of orders for each
client. using [CurrentRecord] does not work it just
displays all 1's.

Thanks
ems
 
S

Stephen Lebans

Specifically:
http://www.lebans.com/rownumber.htm
Rownumber.zip is a database containing functions for the automatic row
numbering of Forms, SubForms and Queries.

Updated Oct. 13 by Allen Browne. Includes error handling and cleaned
code.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


Fredg said:
Emidio,
I believe I saw something at
http://www.lebans.com


--
Fred

Please reply only to this newsgroup.
I do not reply to personal e-mail.


Emidio said:
Hi all, How do I display the row number on a continuous
form which is a subform of a mainform. e.g. the mainform
is clients and the subform is a list of orders for each
client. using [CurrentRecord] does not work it just
displays all 1's.

Thanks
ems
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top