Hello,
I have built a very complicated database but it is late and the answer to this question is just gone from my mind.
Basically i have a table which has an autonumber as a unique identifyer. I have a form which pulls this data and puts it onto a continuous form (for data entry and editing). However this data is linked to annother primary table. For example:
Table A holds all the cinema screens in a cinema.
Table B has information on each individual seat.
The form shows all the seats for a specific screen and therefore does not always start at 1. So i cant simply drag the auto number field onto the form since sometimes it could star at number 100 or somthing.
Now there must be an = function to just count from 1 adding one each time annother instance of the continuous form is created. This number is purly for cosmetic reasons and does not need to be stored.
I do not want to create annother table with an autonumber field in to reference it. Im sure there is an = function i just cant remember it.
Thanks for your help in advance.
-Kleenex
I have built a very complicated database but it is late and the answer to this question is just gone from my mind.
Basically i have a table which has an autonumber as a unique identifyer. I have a form which pulls this data and puts it onto a continuous form (for data entry and editing). However this data is linked to annother primary table. For example:
Table A holds all the cinema screens in a cinema.
Table B has information on each individual seat.
The form shows all the seats for a specific screen and therefore does not always start at 1. So i cant simply drag the auto number field onto the form since sometimes it could star at number 100 or somthing.
Now there must be an = function to just count from 1 adding one each time annother instance of the continuous form is created. This number is purly for cosmetic reasons and does not need to be stored.
I do not want to create annother table with an autonumber field in to reference it. Im sure there is an = function i just cant remember it.
Thanks for your help in advance.
-Kleenex