Z
Zanetti via AccessMonster.com
Hi o all
I have problem with search on form. I try to create one text box and list box
on the form and when i type words , list box automatically show all result
with that word. I try to put selected code on change event on text box
Me.List0.RowSource = " SELECT nazivartikla FROM Artikli WHERE nazivartikla
Like " * " '" & Forms!proba!Text1 & "'" * ""
Always when i try to change he report error data type mismatch.
Thanks
I have problem with search on form. I try to create one text box and list box
on the form and when i type words , list box automatically show all result
with that word. I try to put selected code on change event on text box
Me.List0.RowSource = " SELECT nazivartikla FROM Artikli WHERE nazivartikla
Like " * " '" & Forms!proba!Text1 & "'" * ""
Always when i try to change he report error data type mismatch.
Thanks