Hi,
I am using a spreadsheet that keeps a list of price requests, within that sheets is a basic formula that keeps a count to how many duplicate price requests there have been against a part number, how ever the spreadsheet is getting large and slow so Access would be better to handle a lot of data.
The formula used in excel is: =COUNTIF (B:B,B3340)
I have attached an image of how the spreadsheet looks;
I have made a query in access to select all the data including Part Number; I have tried a number of things for example;
Duplicate Check: Count ([Part_No])
The aim is to have a count of how many of that part number in the database next to each data entry, or can a report be made to show a list of part numbers and the number of times they are in the database?
Thanks
Karl
I am using a spreadsheet that keeps a list of price requests, within that sheets is a basic formula that keeps a count to how many duplicate price requests there have been against a part number, how ever the spreadsheet is getting large and slow so Access would be better to handle a lot of data.
The formula used in excel is: =COUNTIF (B:B,B3340)
I have attached an image of how the spreadsheet looks;
I have made a query in access to select all the data including Part Number; I have tried a number of things for example;
Duplicate Check: Count ([Part_No])
The aim is to have a count of how many of that part number in the database next to each data entry, or can a report be made to show a list of part numbers and the number of times they are in the database?
Thanks
Karl