https://drive.google.com/open?id=1rX...2ck9PCSviLdigD
here;s my db.
i want to track changes in a small inventory db and see what the difference is in whats taken out and whats used.
opiatetbl is the main inventory table
i made a form called opiatefrm where i want users to enter the changes in the inventory.
i also made a button that saves the changes and enters the data in another table calles ''mutaties''
i made a qry to save these changes but it doesnt seem to work when i press save, it gives an error.
did i do something wrong in the qry or in the form?/
edit: i set warnings to off now, but maybe i should have a one to many relationship or something? what am i doing wrong?
edit2: i think its linked the primary key of the mutations(mutaties) table to the one from the opiatetbl. i dont want this. i need to have many records of the mutations in the inventory in my mutaties table. how to do this?
thanks in advance.