billmack30
MIS
We fix widgets
We get as many as 180 widgets in at a time to fix, in as many as 6 different boxes
I would like to enter these 180 widgets in as a batch, and be able to separate on forms/reports by Batch Number and the box they came in
I am open for suggestions on how to go about entering these units in by getting the BatchID and BoxID correct
Ideally I would like to have a form with the main form having the Batch Information ( BatchID (Autonumber), who they're from , date received and number of boxes) and have the subform be a tab control with the number of tabs being equal to the number of boxes and being able to enter in the widget's serial number under the proper tab
For those who think they can help me here are the specific's
Two tables involved:
Batch table:
BatchID (Autonumber), Who they're from, date, how many boxes there are
Widget table:
Serial, BatchID, Box number,other non important fields
I would like the Batch table as the main part of a form, and as a subform (based off the widget table) I would like to set up a tab control so that when the form loads the number of tabs that appear are the number of boxes in the batch and the tab names being numbered 1 through however many boxes there are, then as you click on the tabs you can enter the serial number and in the widget table will be entered serial, batchid, and the box number (the box number being the tab the serial number was entered under)
How would I go about doing this, I think i have the problem of the number of tabs appearing equal to the number of boxes in the batch solved, it's more of I dont know how to enter in the widgets table the number of the tab as box number
Thanks for any help!
We get as many as 180 widgets in at a time to fix, in as many as 6 different boxes
I would like to enter these 180 widgets in as a batch, and be able to separate on forms/reports by Batch Number and the box they came in
I am open for suggestions on how to go about entering these units in by getting the BatchID and BoxID correct
Ideally I would like to have a form with the main form having the Batch Information ( BatchID (Autonumber), who they're from , date received and number of boxes) and have the subform be a tab control with the number of tabs being equal to the number of boxes and being able to enter in the widget's serial number under the proper tab
For those who think they can help me here are the specific's
Two tables involved:
Batch table:
BatchID (Autonumber), Who they're from, date, how many boxes there are
Widget table:
Serial, BatchID, Box number,other non important fields
I would like the Batch table as the main part of a form, and as a subform (based off the widget table) I would like to set up a tab control so that when the form loads the number of tabs that appear are the number of boxes in the batch and the tab names being numbered 1 through however many boxes there are, then as you click on the tabs you can enter the serial number and in the widget table will be entered serial, batchid, and the box number (the box number being the tab the serial number was entered under)
How would I go about doing this, I think i have the problem of the number of tabs appearing equal to the number of boxes in the batch solved, it's more of I dont know how to enter in the widgets table the number of the tab as box number
Thanks for any help!