hello, i have a table [coordinator] and table [program] linked together through table [coordinator_program] which contain primary keys of both.. i have a form with combo box that let the user choose the coordinator of program but it shows the id because the record source is coordinator id from [coordinator_program] table to avoid duplicates name.. is there a way to show the names in the combo box but store the id value?