*URGENT* copy combo box

J

jason

i am new to access and i am trying to copy 2 combo box's from 1 form to
another. but the second combo box will not relate to the first one after i
copy and past it. any ideas to fix this.
 
D

Douglas J Steele

When you copy controls from one form to another, all the copies are the
controls themself, not any associated code.

Take a look at what code related to the combo boxes exists in the first
form, and copy that as well.
 
Top