Hi guys my name is Thomas and I am pretty new to access, and this forum as well. I am not sure if this question belongs in this section of the forum but, I was asked to make database for managing company's supplies. For this data base I need a form that will produce multiple entries on two tables(trust me if I would be the only person using this database I would make two forms for this, but people that will be involved are not big computer fans so I need to simplify things for them).
So the form I am making is for inputting Invoice items where user will have to just input item name, item type and their quantities. The result of most entries is simply a new record in "InviceItems" table. However when user inputs specific item type( in this case "Machine"), then I need a new record to appear on another table as well("MachineList"). ALSO if the quantity of Machines inputted by user should correspond to amount of new entries made in "MachineList" table.
I should note that i am not familiar with Macros, or VBA but if anyone can provide me with specific script I would be happy to take it.