I try to do inventory manager and use barcode scanner, I need add in one time 100-300 barcodes. And also bulk sale, just scan few barcodes in one time. Is it possible in this application?
Thank you
In some extend it’s possible:
- Make barcode readings a child table with reverse ref to your parent table, so that the reference table will appear as NEW button in the parent form
- Your child table will have 3 column: ID | REF | BARCODE. Explicitly set Show_If to FALSE for ID and REF columns and that leaves only the BARCODE (scannable column) on the form
- For the ChildTableName_Form UX, set the form view to Auto-Save and Auto-Reopen
4 Likes
Thank you, looks difficult, but I’ll try
1 Like