Hi all,
I am in need of some help with making a database. I have no experience of using Access so have spent last few weeks playing and have become more familiar with it but still having some problems getting it to do what I need
The point of the database would be for entering new product information which is then exported into various documents including price lists, safety data sheets and product sheets
My problem at the moment is that each product has a parent SKU and then different variants (usually 2 or 3 variants) of this product are available as child SKU
e.g. PAB1234 is the parent reagent which is then sold in different volumes and assigned its own code for each volume e.g. PAB1234-25 or PAB1234-100 for 25 ul volume or 100 ul volume vials.
The products are currently assigned this SKU based on searching an excel sheet and trying to find the last number created for that product category (MAB, PAB, REC etc). However, I would like the database to automatically assign a unique SKU when a new product is entered to avoid people inadvertently creating duplicate SKUs.
My plan was to make the parent SKU primary key as an AutoNumber. The problem is that this wont take into account the child SKUs, which are essentially the products e.g. PAB1234 will be entered and then the next product would be PAB1235
I have been trying to work out if I can put the child products into a separate sheet and link them via 1 to many relationship but its not working for various reasons
Is there a better way to do this? Essentially I want to be able to have a unique SKU code for each product and then have the child SKUs associated with it
Thanks
Richard