For some of you I am sure this is a simple fix. For me... lets just say I am going bald over it.
I am working on a database to log issues by contactor by construction locations. What I have is a combo box for the contractor that filters the data so you only see issue for one contactor at a time. Contractor list is pulled from table 1 and once on the form is stored in table 3. In the “details” the form I want to then have a combo box that the user can select the location ID. When the location is selected I would like for the City and State to automatically fill in to save time. And that is where I am having problems. I have the first two combo boxes working just fine. I just can’t get the City and State to fill in. The location data pulls from Table 2 and once entered in the form it will be stored in table 3 for reporting purposes. I just can’t get it work and it is driving me nuts. I am not very experienced with Access, especially when it comes to forms.
Table 1 Contractors (has a relationship to table 3 by contactor name)
Table 2 Locations (has a relationship to table 3 by the location ID)
Table 3 Issues
Thanks
Mike
I am working on a database to log issues by contactor by construction locations. What I have is a combo box for the contractor that filters the data so you only see issue for one contactor at a time. Contractor list is pulled from table 1 and once on the form is stored in table 3. In the “details” the form I want to then have a combo box that the user can select the location ID. When the location is selected I would like for the City and State to automatically fill in to save time. And that is where I am having problems. I have the first two combo boxes working just fine. I just can’t get the City and State to fill in. The location data pulls from Table 2 and once entered in the form it will be stored in table 3 for reporting purposes. I just can’t get it work and it is driving me nuts. I am not very experienced with Access, especially when it comes to forms.
Table 1 Contractors (has a relationship to table 3 by contactor name)
Table 2 Locations (has a relationship to table 3 by the location ID)
Table 3 Issues
Thanks
Mike