Hello all!
I'm currently working on a new access database for my department and I'm having a hard time conceptualizing the best way to implement the design goals. The goal of the database is to display a Software Matrix by build code. We use build codes when naming machines that tells our distribution service which software to install to the box.
An example of this would be; 000FC. The FC denotes the build code.
I've currently added every build code and description of the build code in its own table named buildCode. (currently 69 build codes)
I've added every software available for install in a table named Software. (currently 325 unique software)
I'm unsure of the best method to proceed from here. Should I create a third table that has all of the associations? If I do that associations, do I do it down one column? Do I create a new column for every build code? Another thing I'm worried about is how to easily update this information in the future. Software is added and removed from build codes on a regular basis, and I would like to have this database be a reference point for others to understand whats going into these machines.
Any help would be appreciated!
Thanks in advanced,
Cuken