J
Jasper Recto
I have a simple table that holds 3 pieces of information:
Part
Ship Date
Weight
I want to make a form that has a drop down box that the user can select the
part.
Then I want it to ask how many containers are they going to enter for that
part.
Then I want it to ask for the weight of each container.
After they press enter, it would populate the table where each container
weight is a record in the table with the corresponding part number and ship
date.
How would I approach this? How can I make a form that will give me X amount
of fields for the user to put in their weights. The X must equal the number
of containers the user indicated before.
Once they enter in their information, it must update the table to add X
amount of records.
What would be a possible approach to this scenario?
Thanks,
Jasper
Part
Ship Date
Weight
I want to make a form that has a drop down box that the user can select the
part.
Then I want it to ask how many containers are they going to enter for that
part.
Then I want it to ask for the weight of each container.
After they press enter, it would populate the table where each container
weight is a record in the table with the corresponding part number and ship
date.
How would I approach this? How can I make a form that will give me X amount
of fields for the user to put in their weights. The X must equal the number
of containers the user indicated before.
Once they enter in their information, it must update the table to add X
amount of records.
What would be a possible approach to this scenario?
Thanks,
Jasper