A
allie357
The main table is called tblcommInfo and it does have a primary key
called comminfo_pk. It contains a great deal of commodity data. (Many
of the fields are listed below.)
The buyer table is tblBuyers and it has a pk called buyerid.
The main query I need to work with is limits the data to targeted
commodities and I need to add up all of the central buyer spend which
means anyone listed in the buyer table.
The main query has these fields.
RC Name
Dept Name
Commodity
Commodity Type
Vendor Name
CV
Amount
Lowest Savings Estimate
Highest Savings Estimate
FY Quarter
Accounting Date
PO Number
Buyer
Category
Invoice Number
My main problem is the way the transaction data is brought into the
database. there are rows that are missing a buyer name but they should
be associated with the buyer listed because the date and invoice
number match. How do I add these up so that each transaction lists a
buyer name?
called comminfo_pk. It contains a great deal of commodity data. (Many
of the fields are listed below.)
The buyer table is tblBuyers and it has a pk called buyerid.
The main query I need to work with is limits the data to targeted
commodities and I need to add up all of the central buyer spend which
means anyone listed in the buyer table.
The main query has these fields.
RC Name
Dept Name
Commodity
Commodity Type
Vendor Name
CV
Amount
Lowest Savings Estimate
Highest Savings Estimate
FY Quarter
Accounting Date
PO Number
Buyer
Category
Invoice Number
My main problem is the way the transaction data is brought into the
database. there are rows that are missing a buyer name but they should
be associated with the buyer listed because the date and invoice
number match. How do I add these up so that each transaction lists a
buyer name?