Ok, here is the scenario. I have an equipment database to track software licences and server hardware.
I have a main table for the server hardware and three other tables listing different licences, versions, revisions, upgrades etc. The only field that links the 4 tables is the Server_Name. I have a form to enter the hardware details, so what I want to do is when a new server is added, it automatically creates a new record in the three software tables, that reflects the new server. Now I am sure I am missing something fundamental here, but I cannot for the life of me to get the Server_Name to update in the three disparate tables.
I have tried update and append queries and keep getting violation errors.
If anyone has an idea please let me know. DEC
If it helps, let me know, if it doesn't, let me know. It's the only way I'll learn.
I have a main table for the server hardware and three other tables listing different licences, versions, revisions, upgrades etc. The only field that links the 4 tables is the Server_Name. I have a form to enter the hardware details, so what I want to do is when a new server is added, it automatically creates a new record in the three software tables, that reflects the new server. Now I am sure I am missing something fundamental here, but I cannot for the life of me to get the Server_Name to update in the three disparate tables.
I have tried update and append queries and keep getting violation errors.
If anyone has an idea please let me know. DEC
If it helps, let me know, if it doesn't, let me know. It's the only way I'll learn.