Hi, I hope this is in the right part of the forum, so apologies if not.
I'm working on a simple database to manage the location of powertools within a company. One of the forms I need to design has the following design:
Users enter a location into a text box (it will be via barcode reader but that's separate to the issue here).
The curser will then move to the first empty record in a table that contains the following fields:
Location, Part Code and Date.
The location will be derived from the text box, the part code will be entered by the user (again barcode), and the date will be set to the days date by default.
I need to write each record into the table as it is entered into the table. Is it SQL/VBA or a combination of the two I'm looking at?
Many thanks, Lol
I'm working on a simple database to manage the location of powertools within a company. One of the forms I need to design has the following design:
Users enter a location into a text box (it will be via barcode reader but that's separate to the issue here).
The curser will then move to the first empty record in a table that contains the following fields:
Location, Part Code and Date.
The location will be derived from the text box, the part code will be entered by the user (again barcode), and the date will be set to the days date by default.
I need to write each record into the table as it is entered into the table. Is it SQL/VBA or a combination of the two I'm looking at?
Many thanks, Lol