how to number rown in a subform

  • Thread starter Thread starter Giorgos Louloudis via AccessMonster.com
  • Start date Start date
G

Giorgos Louloudis via AccessMonster.com

Hello everybody and merry christmas!
What i want to do is place a text box in a continuous form that would inform
the user the number of the line he or she is working on.What i mean is that
when he chooses a new order, on the orderdetail subform i want automatically
to see
1. here he puts the first product
2. the second
3.
4.
and so on.
How can i do that?It's not a field that i want to save in a table (every
product has an id autonumber) but only to count in the form
 
Giorgos Louloudis via AccessMonster.com said:
Hello everybody and merry christmas!
What i want to do is place a text box in a continuous form that would
inform the user the number of the line he or she is working on.What i
mean is that when he chooses a new order, on the orderdetail subform
i want automatically to see
1. here he puts the first product
2. the second
3.
4.
and so on.
How can i do that?It's not a field that i want to save in a table
(every product has an id autonumber) but only to count in the form

Maybe this has what you need:

http://www.lebans.com/rownumber.htm
Rownumber.zip is a database containing functions for
the automatic row numbering of Forms, SubForms
and Queries.
 
Dirk thanks so much ita was exactly what i was looking for!!!
Merry Christmas and a happy new year!!!


Dirk said:
Hello everybody and merry christmas!
What i want to do is place a text box in a continuous form that would
[quoted text clipped - 8 lines]
How can i do that?It's not a field that i want to save in a table
(every product has an id autonumber) but only to count in the form

Maybe this has what you need:

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