Auto Data Entry

  • Thread starter Thread starter Ian Muller
  • Start date Start date
I

Ian Muller

We produce bags, when they come from the production line
each bag is marked with its own sequential number i.e.
first bag is 100, second bag 101.....102, 103, 104 etc.
I would like to keep a database that tracks the movement
of each individual bag. We produce around 100 bags a
day. How can I create a form where I type in only the
first and last bag number produced on that day, but all
the bag numbers are entered into the table i.e.
FORM: 1 to 100
TABLE: 1,2,3,4,5........100
 
Ian

If you are trying to "track the movement of each individual bag", why would
you need to store the bag numbers before any tracking had occurred?

Perhaps I don't understand the data structure you're employing, that could
make a difference.

More info, please...

Jeff Boyce
<Access MVP>
 
Back
Top