Hell friends:
I have 2 combo boxes. cboGENRE and cboARTIST , which using dependency, meaning when cboGENRE is selected, cboARTIST is given the respective value.
These 2 combo boxes are on an unbound form called frmMASTER
I have a tab control in place with associates tabs to the cboARTIST (i.e. Band details, tour dates, discography, etc.
My 2 combo boxes are unbound and cboARTIST is dependent on cboGENRE. How do I link the tab control to the unbound cboARTIST so it only populates the record based on the cboARTIST?
One other note, in the below tab, "Details" the Band ID would be equal to column 1 in the cboARTIST.
Thanks in advance,
Matt
I have 2 combo boxes. cboGENRE and cboARTIST , which using dependency, meaning when cboGENRE is selected, cboARTIST is given the respective value.
These 2 combo boxes are on an unbound form called frmMASTER
I have a tab control in place with associates tabs to the cboARTIST (i.e. Band details, tour dates, discography, etc.
My 2 combo boxes are unbound and cboARTIST is dependent on cboGENRE. How do I link the tab control to the unbound cboARTIST so it only populates the record based on the cboARTIST?
One other note, in the below tab, "Details" the Band ID would be equal to column 1 in the cboARTIST.

Thanks in advance,
Matt