Hi,
First I must say I'm new to database and Access so please have patiance with me.
Trying to build a security exemption DB and the first category of exemptions I'm working on is firewall exemptions.
A firewall rule contain either a single protocol (HTTP, HTTPS etc) or a combination of protocols like WEB including both HTTP and HTTPS.
So I have created following tables,
tblGroupProtocol
GroupProtocolID
GroupProtocolName
tblProtocol
ProtocolID
ProtocolName
tblProtocolGroupProtocol
ProtocolID
GroupProtocolID
tblFirewallProtocol
And my question is how can I get tblFirewallProtocol to include both ProtocolID and GroupProtocolID in one field or are there any better ways to manage this?
The end gole is to have a drop down list to chose from when creating new firewall exemptions which contain both Group and Single protocols.
Regards,
First I must say I'm new to database and Access so please have patiance with me.
Trying to build a security exemption DB and the first category of exemptions I'm working on is firewall exemptions.
A firewall rule contain either a single protocol (HTTP, HTTPS etc) or a combination of protocols like WEB including both HTTP and HTTPS.
So I have created following tables,
tblGroupProtocol
GroupProtocolID
GroupProtocolName
tblProtocol
ProtocolID
ProtocolName
tblProtocolGroupProtocol
ProtocolID
GroupProtocolID
tblFirewallProtocol
And my question is how can I get tblFirewallProtocol to include both ProtocolID and GroupProtocolID in one field or are there any better ways to manage this?
The end gole is to have a drop down list to chose from when creating new firewall exemptions which contain both Group and Single protocols.
Regards,