Hello,
I am building a database and I have two tables one name computers the other disk drives. In the computers table I have a fields name disk drive serial number, disk drive type, disk space, and service tag. In correlation to that my disk drives table I have fields named serial number, disk drive type, size, and location. I want to know to make it so when the serial number for the disk drive is entered into the computers table in builds a new line in the disk drives table and populates corresponding fields with appropriate data
Computers Disk Drives
Disk drive serial --> serial
Disk drive type --> Disk drive type
Disk Space --> Size
Service Tag --> Location