Hi - I am not a computer science person (I'm actually an English major), but I'm learning how to use Access so that I can build a database for my job. So, I apologize if there is redundancy in my explanation of this.
My database's purpose is to manage the rental properties within our city, so I have tables tracking the rental property itself, the licenses that have been issued for that property, the inspections for each unit within the property and so on.
My issue is that I have a drop down / combo box in my RentalProperties table that pulls data from another table with all of the valid addresses in the city. When building my inspections table, I want to have a drop down that only pulls the addresses that are part of a record in RentalProperties, not just all of the records from CityAddresses (AKA I only want to be able to choose from the addresses of rental properties instead of any address). When I use the look-up wizard create this drop down and try to pull an address from the RentalProperties table, it comes back with the ID number instead of the text because that's the data type stored in RentalProperties. I assume there is some way to add criteria to the look-up query so I can pull the text data from CityAddresses, but filter it to only show the ones that are part of a record in RentalProperties? But I'm totally new to SQL and haven't coded before, so what I've been reading online has been largely going over my head.
How do I get a drop-down field with the addresses in RentalProperties instead of the ID number?
Thanks for any help or suggestions!
My database's purpose is to manage the rental properties within our city, so I have tables tracking the rental property itself, the licenses that have been issued for that property, the inspections for each unit within the property and so on.
My issue is that I have a drop down / combo box in my RentalProperties table that pulls data from another table with all of the valid addresses in the city. When building my inspections table, I want to have a drop down that only pulls the addresses that are part of a record in RentalProperties, not just all of the records from CityAddresses (AKA I only want to be able to choose from the addresses of rental properties instead of any address). When I use the look-up wizard create this drop down and try to pull an address from the RentalProperties table, it comes back with the ID number instead of the text because that's the data type stored in RentalProperties. I assume there is some way to add criteria to the look-up query so I can pull the text data from CityAddresses, but filter it to only show the ones that are part of a record in RentalProperties? But I'm totally new to SQL and haven't coded before, so what I've been reading online has been largely going over my head.
How do I get a drop-down field with the addresses in RentalProperties instead of the ID number?
Thanks for any help or suggestions!