Hi,
I have tried several permutations of various codes and have come close but still can't get this to work.
I have a page that contains two frames. The top frame is an input form for entering a part number. The form posts the part number to a database query which gathers several pieces of data about the part.
What I'm tryin to do is place the resulting data into a table on the lower frame. Then another part number can be entered and this new data is appended to the lower frame's table below the previous data. etc.
I'm using VB6 WebClasses (IIS applications) to create the pages.
Any ideas will be greatly appreciated.

Thanks,
Al.