Nitrous270
Technical User
I have a combobox (cmbReleaseID) that I want to change the control source on from ReleaseID to CompReleaseID depending on the input given on a previous combobox (cmbArtist). So ...
If cmbArtist = "Comp" or "Sndtrk"
Then cmbReleaseID control source = CompReleaseID
Else cmbReleaseID control source = ReleaseID
Note: I know this code isn't useable i just thought it would help explain my problem.
Thanks,
Nitrous270
If cmbArtist = "Comp" or "Sndtrk"
Then cmbReleaseID control source = CompReleaseID
Else cmbReleaseID control source = ReleaseID
Note: I know this code isn't useable i just thought it would help explain my problem.
Thanks,
Nitrous270