how to print the serial number

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
 
J

Jeff Boyce

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.
 
N

Naveed Pathan

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.




.
 

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