C
chohnz
I have a form where the user chooses a certain site from the first combo box.
I want the second combo box to then be populated with only the fields that
have values associated with that first field.
To be specific, the first field is a list of field sites (site_no). The
remaining fields are parameters measured at the sites - EXCEPT some sites
have no data for ceratin parameters. One site may have temperature AND
precipitation data, while another site may only have temperature data. In
the first combo box, if the user selects the site with only temperature data,
I want the second combo box to only offer Temperature as a choice.
Thanks.
I want the second combo box to then be populated with only the fields that
have values associated with that first field.
To be specific, the first field is a list of field sites (site_no). The
remaining fields are parameters measured at the sites - EXCEPT some sites
have no data for ceratin parameters. One site may have temperature AND
precipitation data, while another site may only have temperature data. In
the first combo box, if the user selects the site with only temperature data,
I want the second combo box to only offer Temperature as a choice.
Thanks.