G
Guest
Hello and thanks for looking into my question,
I have a table of servers which is related to a table of server services via
the server name field (pid). This is a 1 to 1 relationship because for each
server in one table, there can only be one entry for it's services in the
other table. This relationships works great. For clarification, here's my
setup below.
tbl_ServerName (1st table)
------------------
serverName (pid)
tbl_ServerServices (2nd table)
---------------------
serverName (pid) (linked to my 1st table via a 1-to-1)
serverService1
serverService2
serverService3
Ok, now my serverService1 field in the 2nd table above is linked to a third
table listing all of the server services. This is a one to many relationship.
It works great too. Here is the what the 3rd table looks like:
tbl_Service (3rd table)
------------
service (pid) (now linked to serverService1 field in 2nd table via 1-to-many.)
My question is that I would also like to link my serverService2 and
serverService3 fields above to the same third table. This way, if I make any
changes to any of the server services in the third table, it also shows up in
the 3 fields on my 2nd table.
Is this even possible? Please advise.
Thank you in advance.
-Blenvid
I have a table of servers which is related to a table of server services via
the server name field (pid). This is a 1 to 1 relationship because for each
server in one table, there can only be one entry for it's services in the
other table. This relationships works great. For clarification, here's my
setup below.
tbl_ServerName (1st table)
------------------
serverName (pid)
tbl_ServerServices (2nd table)
---------------------
serverName (pid) (linked to my 1st table via a 1-to-1)
serverService1
serverService2
serverService3
Ok, now my serverService1 field in the 2nd table above is linked to a third
table listing all of the server services. This is a one to many relationship.
It works great too. Here is the what the 3rd table looks like:
tbl_Service (3rd table)
------------
service (pid) (now linked to serverService1 field in 2nd table via 1-to-many.)
My question is that I would also like to link my serverService2 and
serverService3 fields above to the same third table. This way, if I make any
changes to any of the server services in the third table, it also shows up in
the 3 fields on my 2nd table.
Is this even possible? Please advise.
Thank you in advance.
-Blenvid