Hi,
In our library we create barcodes for books. I have created a nice application for typing the barcode and printing it. Recently we needed to add 1000 numbers to the database to barcode new books. Typing 1000 numbers which are actually a series takes time. So, I created the series in Excel then imported them to Access as a table.
I have the following:
Table Name: BarCodes
Fields:
BarCodeNumber (no duplicates)
LibraryName (the name is the default value)
I want to create a form which has two fields.
Field one: Starting From
Fiel two: Add
So we can put in the starting from: 10005590
And in the field Add we put: 999
Then press OK. When pressing OK the form adds 1000 records to the table. The records will stop at 10006589. Next time we want to add barcodes, we put in the starting 10006589 and type 100 in the add field if we want to add 100 numbers only.
Thanks a lot
Paulin
In our library we create barcodes for books. I have created a nice application for typing the barcode and printing it. Recently we needed to add 1000 numbers to the database to barcode new books. Typing 1000 numbers which are actually a series takes time. So, I created the series in Excel then imported them to Access as a table.
I have the following:
Table Name: BarCodes
Fields:
BarCodeNumber (no duplicates)
LibraryName (the name is the default value)
I want to create a form which has two fields.
Field one: Starting From
Fiel two: Add
So we can put in the starting from: 10005590
And in the field Add we put: 999
Then press OK. When pressing OK the form adds 1000 records to the table. The records will stop at 10006589. Next time we want to add barcodes, we put in the starting 10006589 and type 100 in the add field if we want to add 100 numbers only.
Thanks a lot
Paulin