I have a mock access database that I'm creating for a school project, it's about a prison system.
I want to create a Query that will look up a related "offense code" that I have established relationships, and show that, however instead of showing the offense code, I have another field next to the code that says what the offense actually is, rather than the code. How would I present this instead of the code?
I want to create a Query that will look up a related "offense code" that I have established relationships, and show that, however instead of showing the offense code, I have another field next to the code that says what the offense actually is, rather than the code. How would I present this instead of the code?
Comment