PDA

View Full Version : [SOLVED:] Combo Box Update Problem



akn112
02-05-2007, 12:06 PM
I have a list of 2 columns, person and status. And i have a combo box the lets you update the status. Status' are defaulted to blank. However, whenever i click on the subform w/ the table and update the status (say, to married), and i click on another record, it updates the next record i clicked on to married. Is there anyway to set this default value to the stored status?

I have tried setting it dependant on the status column, but then it doesnt let me change it.

SOLVED: Just had to update the control source. For some reason, it wouldnt work the first time.