G
Guest
I think I may be missing something obvious here but anyway.. (I may also have
posted in the wrong place!)
I have a table of Order Details which are added via a form. Currently when
they are added an autonumber ID field is used to identify them.
How can I get this number to start from 1 for the first detail under an
order and increment as each is added using the input form. So for every order
I have details 1 to however many order lines there are.
The reason I need to do this is so that when the order is printed the
details print with a sensible line number next to them. Should I be trying to
generate the number in the report - is that simpler. (The line number isn't
required other than for the report).
posted in the wrong place!)
I have a table of Order Details which are added via a form. Currently when
they are added an autonumber ID field is used to identify them.
How can I get this number to start from 1 for the first detail under an
order and increment as each is added using the input form. So for every order
I have details 1 to however many order lines there are.
The reason I need to do this is so that when the order is printed the
details print with a sensible line number next to them. Should I be trying to
generate the number in the report - is that simpler. (The line number isn't
required other than for the report).