I need some help.
table 1 - site name and info
table 2 - site personnel info (each site can have more than one personnel so it is tied to table 1 with an ID)
table 3 - phone contact details (in the form, everything fills out automatically for the site info but i need to be able to enter the person contacted manually)
I want to be able to have this person contacted field verify that the name exists in the database in table 2 under name otherwise it needs to prompt the user to enter the data.
How do i do this?
table 1 - site name and info
table 2 - site personnel info (each site can have more than one personnel so it is tied to table 1 with an ID)
table 3 - phone contact details (in the form, everything fills out automatically for the site info but i need to be able to enter the person contacted manually)
I want to be able to have this person contacted field verify that the name exists in the database in table 2 under name otherwise it needs to prompt the user to enter the data.
How do i do this?