L
Lana
Hi all,
I need to set OnEnter of my Combo "Project1" to get the value from Text70
and then dropdown (so that i am automatically scrolled down the list to the
items which start with letters same as Text70)
I tried
Me.Project1 = Me.Text70
but it would call the value of the ProjectID column (which is invisible); so
the visible part of Combo "Project1" reflects absolutely different text from
the one in Text70.
Can anybody help me how to fix it?
Thanks in advance.
Lana
I need to set OnEnter of my Combo "Project1" to get the value from Text70
and then dropdown (so that i am automatically scrolled down the list to the
items which start with letters same as Text70)
I tried
Me.Project1 = Me.Text70
but it would call the value of the ProjectID column (which is invisible); so
the visible part of Combo "Project1" reflects absolutely different text from
the one in Text70.
Can anybody help me how to fix it?
Thanks in advance.
Lana