markpember1982
ISP
Hi,
Apologies if this is the wrong place to post. I'm trying to design a database for my network. See link for design so far
I've done a simple query which will show two directly connected devices (say a switch to a switch).
SELECT media.Section_id, media.From_Pair, media.To_Pair, media.FromIp, media.ToIp
FROM media
WHERE (((media.FromIp)=[Please Enter IP])) OR (((media.ToIp)=[Please enter ip]));
What i would like to do is to also include network element name in the toip and fromip fields, as well as more information from the section table, although I'm not sure how to go about.
Would I need to write an access module to store the ip input to a variable, run 3 different queries and display them on the same page?
Any info much appreciated.
Thanks
Apologies if this is the wrong place to post. I'm trying to design a database for my network. See link for design so far
I've done a simple query which will show two directly connected devices (say a switch to a switch).
SELECT media.Section_id, media.From_Pair, media.To_Pair, media.FromIp, media.ToIp
FROM media
WHERE (((media.FromIp)=[Please Enter IP])) OR (((media.ToIp)=[Please enter ip]));
What i would like to do is to also include network element name in the toip and fromip fields, as well as more information from the section table, although I'm not sure how to go about.
Would I need to write an access module to store the ip input to a variable, run 3 different queries and display them on the same page?
Any info much appreciated.
Thanks