Problem Copying records with combo box

  • Thread starter Thread starter Kathy Webster
  • Start date Start date
K

Kathy Webster

I'm having trouble copying a child record to a new parent.
All fields are copying properly, EXCEPT the combo box field that is bound to
column 2 in the child record.
The other combo box fields that are in the child record are copying fine,
since they are bound to column 1.

This used to work fine in Access97. My users pointed out the change in
functionality to me since we changed to AccessXP.

I am copying using Select record, copy record.

Help!
TIA,
Kathy
 
Hi Kathy,

I don't know what is causing this, but personally I would write an SQL
statement to do the copy for me (which gives far greater control).

Damian.
 
Back
Top