C
caperry123
Hello, I am an admitted novice to Access. My company is trying to se
up a database application to track the inventory levels of differen
parts. We have a field titled "Part Number", and want to search fo
any occurences of identical part numbers showing up in different row
in that one field. If identical part numbers are found, we want t
modify the information in a different field of that row in which
match was found. So, for example, if we find three parts named "A", w
want to change the number in the Inventory Qty Field for the second "A
to 5, and the number in the Inventory Qty Field for the third "A" to 6
Basically, at this point we are stuck on finding a way to searc
through the single field "Part Number" and find identical part numbers
We've tried using loops in VBA, the macros Find and Find Next (whic
produce an Automation class error), and SQL. Any general ideas on th
direction which we should take to solve this problem? Your help woul
be much appreciated
up a database application to track the inventory levels of differen
parts. We have a field titled "Part Number", and want to search fo
any occurences of identical part numbers showing up in different row
in that one field. If identical part numbers are found, we want t
modify the information in a different field of that row in which
match was found. So, for example, if we find three parts named "A", w
want to change the number in the Inventory Qty Field for the second "A
to 5, and the number in the Inventory Qty Field for the third "A" to 6
Basically, at this point we are stuck on finding a way to searc
through the single field "Part Number" and find identical part numbers
We've tried using loops in VBA, the macros Find and Find Next (whic
produce an Automation class error), and SQL. Any general ideas on th
direction which we should take to solve this problem? Your help woul
be much appreciated