I have a form that contains a combo-box where the user selects an AreaID (the bound PK for tblArea). This primary key is associated with records that contain three other columns of data:
County, ZipCode, and FacilityType.
There are two text boxes on the same form that I would like to automatically populate with the County and ZipCode data that correspond with the AreaID chosen in the above-described combo box.
How can I do this?
thanks...
County, ZipCode, and FacilityType.
There are two text boxes on the same form that I would like to automatically populate with the County and ZipCode data that correspond with the AreaID chosen in the above-described combo box.
How can I do this?
thanks...