All,
First off thanks in advance. New to access and trying to build a list of products a company makes. However, the company has already built intelligence into the Item Codes. 01***** is a product line and 02***** is another. I have a list of all products and the product line they are in. What I'm looking to do is build a system that when a new product is added to a specific line it grabs the max value from that product line (this is a field in the table called ProdLineType) and adds 1 to it. The only other way I can think about doing this is to build a table for each product line and the query it all together. However, this makes building a bill of material for each one that much more difficult. Also, can I do that with text as they decided to have a leading zero on their product Item Code to distinguish between all 10 product lines they have? Again, thanks for your help!