I want to update various columns in a single table with developers names as the item represented by the row moves through various stages of development. I'm using a combo box dropdown, on a form, to select the individuals name assigned to that phase. I want to use the same name lookup table for all columns. When I use the Lookup Wizard to add the lookup to the 2nd column, however, Access keeps changing the base table column to the lookup table column name. In the short term I've cloned the names in the lookup table into multiple colums with different names, but this is really kludgy. What am I doing wrong?