david7777777777
Programmer
I've built an SQL 2000/ASP application where I'm tracking the shipments of our backup tapes to other locations. Right now, I've provided 20 textboxes on the New Shipment input page to correspond to the 20 TapeID fields/tapes a shipment could hold. If there are more than 20 tapes being shipped at one time, the user will have to record another new shipment for the remaining tapes that didn't fit into the first recorded shipment.
Usually there are only 8 to 12 taped going in a shipment and I hate displaying all of those blank, unused TapeID fields both on the New Shipment input page and on query pages. Isn't there some way to use an array or something to let the user tell the application how many tapes will be included in this shipment and dynamically present appropriate input or query pages for that number of tapes, by displaying the appropriate number of TapeID fields for that shipment? Hope this makes sense.
Thanks.
Usually there are only 8 to 12 taped going in a shipment and I hate displaying all of those blank, unused TapeID fields both on the New Shipment input page and on query pages. Isn't there some way to use an array or something to let the user tell the application how many tapes will be included in this shipment and dynamically present appropriate input or query pages for that number of tapes, by displaying the appropriate number of TapeID fields for that shipment? Hope this makes sense.
Thanks.