Skip to main content
Participating Frequently
April 16, 2007
Question

Multiple Data to Same Form

  • April 16, 2007
  • 1 reply
  • 355 views
Hi,

I have created a search application to find part numbers. I need to create a Request for Quote form (RFQ) to go with this. I know how to send one part number to the form via the URL.

What I need to do is save the first part number and quantity in the RFQ form and continue searching for additional part numbers. How do I send additional part numbers to the same form before submitting?

I need something like…

P/N1……Qty1
P/N2……Qty2
….
P/N10…..Qty10
Submit

I think it is done by saving each set of P/N and quantity to a session variable but I’m not sure how to do this.

Could someone help me or point me to an online tutorial?
Any help will be much appreciated.

Setup: Access db, ASP VBScript, DW 8.0.2, WIN XP/SP2

Thx.
This topic has been closed for replies.

1 reply

Inspiring
April 17, 2007
Just a guess but what about putting the part#s in an array or a table.
MachiAuthor
Participating Frequently
April 17, 2007
Hi Philo,

Thanks for your suggestions.
I'm vaguely familiar with arrays.
Could you please provide details?

Thanks,