I have created a combo box cmbTrackerD with a row source TrackerDetails table. The row source uses 2 columns from the TrackerDetails table :TrackerID,UnitNumber. I created the combo box on a bound form which was already moved to a Navigation Form. (Its a web database I'm working on).
The...