L
Lumpy
I'd like to make a form that adds a bolt or bolt+washer+nut or
bolt+washer+washer+nut to a hardware table. I need to be able to sum up the
washers, bolts and nuts individualy on a purchase order later.
My hardware table has fields:
ID Quantity Size Description Vendor Location
It's easy enough to provide individual textboxes for each field but with
bolts we have three comon sceneraios: Bolt only, Bolt+Washer+Nut, or
Bolt+(2)Washer+Nut.
I want option buttons for:
-Bolt only
-Bolt + (1) Washer + (1) Nut
-Bolt + (2) Washers +(1) Nut
If the user selects "Bolt Only" I want the table to be updated with a
single record for the bolt. If the user selects "Bolt + (1) Washer + (1)
Nut" I want the table to be updated with three records, one for the bolt,
one for the washer, and one for the nut. Similarly for "Bolt +(2) Washers +
(1) Nut" only I'd want the washer record to have a quantity of 2.
Any ideas?
bolt+washer+washer+nut to a hardware table. I need to be able to sum up the
washers, bolts and nuts individualy on a purchase order later.
My hardware table has fields:
ID Quantity Size Description Vendor Location
It's easy enough to provide individual textboxes for each field but with
bolts we have three comon sceneraios: Bolt only, Bolt+Washer+Nut, or
Bolt+(2)Washer+Nut.
I want option buttons for:
-Bolt only
-Bolt + (1) Washer + (1) Nut
-Bolt + (2) Washers +(1) Nut
If the user selects "Bolt Only" I want the table to be updated with a
single record for the bolt. If the user selects "Bolt + (1) Washer + (1)
Nut" I want the table to be updated with three records, one for the bolt,
one for the washer, and one for the nut. Similarly for "Bolt +(2) Washers +
(1) Nut" only I'd want the washer record to have a quantity of 2.
Any ideas?