Set your text boxes unbound. In the afterupdate event of your combo box, set the control source back to the fields they should be bound to.
[CODE=vb]Me!Text20.Contr olSource = "[FieldName]"[/CODE]
Regards,
Scott
[CODE=vb]Me!Text20.Contr olSource = "[FieldName]"[/CODE]
Regards,
Scott
Comment