how to print the serial number

  • Thread starter Thread starter Naveed Pathan
  • Start date Start date
N

Naveed Pathan

hi i have the problem here in my report

if i print the products that is perfect it do work everything is ok but i
want to write a particular iD for each product such as

my print out

product
Apple
mango


the one i imagine such as


1 apple
2 mango
3 banana
..
..
..
..
..

thanxk in advance
 
Naveed

Take a look at the "Running Sum" property of a textbox whose initial value
you set to "=1".

--

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
thankx

Jeff Boyce said:
Naveed

Take a look at the "Running Sum" property of a textbox whose initial value
you set to "=1".

--

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.




.
 
Back
Top