I have two tables both with primary key "Asset_Number"
The 1st table name is "Assets", The second table name is "Devices".
"Assets" has just the "Asset_Number" field.
"Devices" has "Asset_Number" as well along with other fields.
What I need to have happen is, when a user inputs data into the "Asset_Number" field in "Devices", I need that same value to be added in "Asset_Number" in the "Assets" table.
Anyone's help is greatly appreciated.
The 1st table name is "Assets", The second table name is "Devices".
"Assets" has just the "Asset_Number" field.
"Devices" has "Asset_Number" as well along with other fields.
What I need to have happen is, when a user inputs data into the "Asset_Number" field in "Devices", I need that same value to be added in "Asset_Number" in the "Assets" table.
Anyone's help is greatly appreciated.