Hello,
I am new to (MySQL 5.5/Apache/PHPMyadmin) I am also using Toad when I work on the localhost (just because I have it).
I would like to get direction of what to search for, or research. In other words I am unable to find the right terminology for my search, which so far is not giving me any success.
Goal: Create workstations inventory table that would include many pieces of information about client workstations/servers. Table name is inventory.systemlist
So far: I created a bunch of other tables such as operating systems, applications,..etc for validation "If there is a better way to validate the data, I am open to suggestions".
Problem: How to force the selection of the OS record to be from one of OSs existing in the operating systems table. something like the equivalent of lookup display control/row source in MS access.
I am new to (MySQL 5.5/Apache/PHPMyadmin) I am also using Toad when I work on the localhost (just because I have it).
I would like to get direction of what to search for, or research. In other words I am unable to find the right terminology for my search, which so far is not giving me any success.
Goal: Create workstations inventory table that would include many pieces of information about client workstations/servers. Table name is inventory.systemlist
So far: I created a bunch of other tables such as operating systems, applications,..etc for validation "If there is a better way to validate the data, I am open to suggestions".
Problem: How to force the selection of the OS record to be from one of OSs existing in the operating systems table. something like the equivalent of lookup display control/row source in MS access.