Hi,
I have a database containing products and then a table showing the bill of materials and then a table showing batch numbers. So for example I could have Product 1 that is made from Material A, Material B and Material C. My Batch table shows that I am making Batch 1234 of Product 1. I'd like to be able to create a form that when I enter Batch 1234 it shows me what the ingredients are required in a datasheet style and allow me to enter the qty used and batch details of the materials used and update a fourth table of MaterialTransfers.
Can anyone advise the best way of doing this? I'm pretty good with access but this is blowing my mind a little. I built a query to link together the tables but due to the one-to-many links it comes out as an un-updateable recordset.
Any help or suggestions would be great.
Thanks
Mark