Hi guys,
I'm a bit stuck on a database I'm designing.
I have two tables (admin and warehouse) which in essence contain the same data (I know its easier to keep it to one table, but from an IT point of view, our warehouse need their data in a separate table), and I need to create a button on the entry forms that when clicked/entered will automatically update existing data in the other table.
Currently, I have an append query that takes the data being entered in the admin table and appends it to the warehouse table for viewing, however, if the data needs to be changed for some reason, and the button is clicked again, it does not update the data. I will also need to 'reverse' this code so that any data that is entered at the warehouse end, or any changes, will update the admin table
Does anyone know if this can be done in code, and if so how to go about it. I'm fairly new to databases and self taught so I'm a little hit and miss with my solutions and I'm running out of time before our company gets busy to sort this problem out. Thanks!![]()