PearlsBooks
New member
- Local time
- Today, 08:03
- Joined
- Oct 23, 2021
- Messages
- 26
i am developing a database for my secondhand bookshop stock. i am inputting a barcode to a form which adds to the stock. occasionally there will be more than 1 stock line with the same barcode (maybe a signed or unsigned copy) or stock which has somehow made itts way to the shop without being inputted.
my problem is that after scanning the code the form currently updates any matching records.
i am hoping there is a way that, when the code is scanned and it finds multiple entries, that prior to updating the stock, a form opens showing me the different options so that i can select which one to add stock to (or, in the case where the barcode scanned is not in the database, an error notifies me).
i was wondering about a query that counts stock id field (as each stock has unique stock id)
if someone could help that would be much appreciated.
rob
my problem is that after scanning the code the form currently updates any matching records.
i am hoping there is a way that, when the code is scanned and it finds multiple entries, that prior to updating the stock, a form opens showing me the different options so that i can select which one to add stock to (or, in the case where the barcode scanned is not in the database, an error notifies me).
i was wondering about a query that counts stock id field (as each stock has unique stock id)
if someone could help that would be much appreciated.
rob