Check the properties of both the command button and the combo box.
Specifically, the lookup properties for the combo box, and the "OnClick"
event property for the command button. You may see the problem there, or can
ask more specific questions.
Ciao.
Danny
> I am trying to create a combo box that when a choice is made from the combo
> box you can click a command button to output the selected record to a new
> form. I have this working on one table but when I try to recreate it for a
> separate combo box and command button it still refers to the original table.
> How can I fix this?