J
JulieFlynt
I have a dB that has two main tables not associated with a relationship.
Table One is baseline info from previous year with information about each
line item (i.e., Company, Line Item, Awarded Jobs, Cost, etc).
Table Two has bidding cycle information for this year. Same fields in each
table with the exception of the bidder for each line item is an additional
field. The secondary table has the bidding information for the next year -
field names the same.
I need a query to show last year's job cost, then show the best (lowest) 5
bids for each line item so that I can calculate the difference from last
year's cost to this year's project cost.
Is there any way to do this without having to know SQL? The person who had
this before did a manual report with SQL statements for each field and I
can't tell what he did because I'm not a SQL programmer.
Table One is baseline info from previous year with information about each
line item (i.e., Company, Line Item, Awarded Jobs, Cost, etc).
Table Two has bidding cycle information for this year. Same fields in each
table with the exception of the bidder for each line item is an additional
field. The secondary table has the bidding information for the next year -
field names the same.
I need a query to show last year's job cost, then show the best (lowest) 5
bids for each line item so that I can calculate the difference from last
year's cost to this year's project cost.
Is there any way to do this without having to know SQL? The person who had
this before did a manual report with SQL statements for each field and I
can't tell what he did because I'm not a SQL programmer.