Hello. I would consider my self an intermediate Access user, however, I have been tasked with building a "project" database for work and have reached the outer realm of my knowledge. Here is what I am attempting to do....
I work for an ATM company and we receive information from our sales force and schedulers that details all upcoming projects. This is currently being sent to us in very large inefficient spreadsheets. The spreadsheets contain such information as:
Project name
number of installs
number of swaps
number of reprograms
list of parts needed for each location with quantites
date - start and end
I set up the master table and date entry form. This is where I ran into issues. The way I set up the table/form is to have 1 entry page that will capture all relevant information for each project. There are up to 4 different part numbers for ATMs and up to 41 part numbers for all the parts that go with the ATM.
Currently there is the PROJECTS table which is driven by the data entry page. There is a PO table that is driven by a PO entry page. Then there is a GP IMPORT table which is populated by an import from our main inventory system (Great Plains).
I am trying to build a query that will take the information from the PROJECT table and compare it with the PO table and the GP IMPORT table so it will return velues I can put on a report to show our purchasing group what they need to order and the quantity that needs to be ordered. I was able to get this to work when I had a seperate record for each part number. When I put all the PART NUMBER/QTY fields on one page I am not certain how to get Access to do the calculation and combine the results into one line based on part number. One record can have up to 41 seperate parts. Also, if we have more than one project running concurrently then it is possible that for project ABC we have part 123 in the field "PARTNUMBER2" and also part 123 in field "PARTNUMBER30" on the project XYZ. I want Access to look at all fields and then combine them into one line.
I hope this makes enough sense for someone to help and forgive me for rambling. I have attached a screen shot of the project data entry page.
I work for an ATM company and we receive information from our sales force and schedulers that details all upcoming projects. This is currently being sent to us in very large inefficient spreadsheets. The spreadsheets contain such information as:
Project name
number of installs
number of swaps
number of reprograms
list of parts needed for each location with quantites
date - start and end
I set up the master table and date entry form. This is where I ran into issues. The way I set up the table/form is to have 1 entry page that will capture all relevant information for each project. There are up to 4 different part numbers for ATMs and up to 41 part numbers for all the parts that go with the ATM.
Currently there is the PROJECTS table which is driven by the data entry page. There is a PO table that is driven by a PO entry page. Then there is a GP IMPORT table which is populated by an import from our main inventory system (Great Plains).
I am trying to build a query that will take the information from the PROJECT table and compare it with the PO table and the GP IMPORT table so it will return velues I can put on a report to show our purchasing group what they need to order and the quantity that needs to be ordered. I was able to get this to work when I had a seperate record for each part number. When I put all the PART NUMBER/QTY fields on one page I am not certain how to get Access to do the calculation and combine the results into one line based on part number. One record can have up to 41 seperate parts. Also, if we have more than one project running concurrently then it is possible that for project ABC we have part 123 in the field "PARTNUMBER2" and also part 123 in field "PARTNUMBER30" on the project XYZ. I want Access to look at all fields and then combine them into one line.
I hope this makes enough sense for someone to help and forgive me for rambling. I have attached a screen shot of the project data entry page.
Attachments
Last edited: