I am trying to put together what I originally thought would be a simple database. I currently just use an Excel Spreadsheet to sort out what I'm about to ask.
I have attached a db that has 4 tables:
"TblRules" is a table that has a list of rules.
"TblDevices" is a list of devices used in the rules.
"TblVariables" is a list of variables used in the rules.
"TblConnection" is a list of how the devices and variables are connected to each rule.
What I want is:
a way to search a "device" and find every rule that it is associated with.
a way to search a "variable" and find every rule that it is associated with.
a way to search a "rule" and find every "device" and "variable" associated with it.
I would also want an easy way to edit an existing rule, such as add a "device" or "variable", or remove them as well.
I think I'm hung up on this needing to be a many to many relationship. I have not dabbled in Access in several decades, so I'm hoping any suggestions will turn on a light.
Rules.zip
I had posted this question on https://www.utteraccess.com/topics/2.../posts/2827814 but did not get the help I need.
Bookmarks