P
padge
hello, was wandering if anyone could help me with the
problem i have.Ive created a small library system and im
trying to reference each item in the system by combining
the ref code, eg EDU, and a number, so that the reference
will be in the format EDU/1. i was doing it by combining
the ref code with item number(incremental autonumber)and
the results for the first 3 records references were as
follows: EDU/1
PCE/2
EDU/3.
What i want do do though is create a count or something so
that EDU/3 will be EDU/2 in my system. In this example
its the 3rd record, but its only the 2nd EDU record. I
know that im going to have to get rid of the autonumber,
but can anyone help me create a count so that for example
if i dont enter another EDU record in the next 100
records, that when i do the count works and the system
knows that the previous EDU number was 3. ur help would be
most appreciated!
problem i have.Ive created a small library system and im
trying to reference each item in the system by combining
the ref code, eg EDU, and a number, so that the reference
will be in the format EDU/1. i was doing it by combining
the ref code with item number(incremental autonumber)and
the results for the first 3 records references were as
follows: EDU/1
PCE/2
EDU/3.
What i want do do though is create a count or something so
that EDU/3 will be EDU/2 in my system. In this example
its the 3rd record, but its only the 2nd EDU record. I
know that im going to have to get rid of the autonumber,
but can anyone help me create a count so that for example
if i dont enter another EDU record in the next 100
records, that when i do the count works and the system
knows that the previous EDU number was 3. ur help would be
most appreciated!