T
tekspeek
I'm trying to develop a database with three tables as follows:
Vendor
Vendor#, Vendor Name
Specification
Spec#, SpecName, Paragraph#
Results
Vendor#,Spec#, Paragraph#, Yes,No, Comments
The work is all done at the RESULTS table. To update I will select a Vendor,
a specification and a Paragraph number and will answer Yes or No and add
Comments.
I've tried to do this with a Querie but have not been able to figure it out.
Thanks in advance.
Vendor
Vendor#, Vendor Name
Specification
Spec#, SpecName, Paragraph#
Results
Vendor#,Spec#, Paragraph#, Yes,No, Comments
The work is all done at the RESULTS table. To update I will select a Vendor,
a specification and a Paragraph number and will answer Yes or No and add
Comments.
I've tried to do this with a Querie but have not been able to figure it out.
Thanks in advance.