after update event equation not working

J

Jim Tully

I think you want
Me.TextF1.Value = Me.ComboF1.Column(2,
Me.ComboF1.ListIndex)

to ensure you the user's choice.
Jim
 
S

SueM

Hey thanks Jim,

This worked a treat

-----Original Message-----
I think you want
Me.TextF1.Value = Me.ComboF1.Column(2,
Me.ComboF1.ListIndex)

to ensure you the user's choice.
Jim
.
 
Top