I have to make the following database, in this example:
there's a box with tickets. The box number is 1418.
in the box are 1000 tickets, all numbered unique.
The range of tickets in this box is AB2000 to AB3000
Now, one should be able to find in what boxnumber a certain ticket is.
So, when looking for ticket ab2512 the database should show box 1418.
So far, i cannot figure out who to to this, other than generate 1000 individual records, one for every ticket in the box. But i'm sure there's another way
Thanx in advance !