Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple rows - same field name

Status
Not open for further replies.

hockeylvr

Technical User
Nov 26, 2002
140
I am trying to automate a form and create a word document from it. It is a form which users fill out to request part number files be sent to suppliers. There can be multiple part numbers and file types requested per form with no maximum (except for page space)

i.e. Form structure
Part Number .dxf .ai .drw .pdf .igs
105115500 CHECKBOX UNDER EACH OF THE ABOVE OPTIONS
222550000 CHECKBOX UNDER EACH OF THE ABOVE OPTIONS

I am having trouble figuring out how to code it to get all of the part numbers entered into the word document that will be created.

Thanks for any suggestions.

Toni

 
Thought I would add my table structure to previous message:

tblsendforms
jobid, supplier, requestor, project notes

tblParts
jobid, part number, check fields for dxf,drw,asm,prt,igs,pdf, etc.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top