I have a form with a combo box to select which building a customer is in. Here's the data:
Customer
Building
Buildings
ID
streetNameNumber
address
champion
dayofweek
At the moment I have it set-up so that the combo box shows the streetNameNumber and address columns when you drop it down, and...
I'm designing a relatively simple access database with four linked tables:
- users
- computers
- licenses
- license_users
Each user as a computer_id linking to the computers table; they also have a set of rows in license_users, linked via their userid, that join them to the licenses table. The...