Can any tell me how I can using the keyword LIKE to compare a table field with a textbox on a form e.g.
X.user LIKE '* Form Text box value *'
I've tried something like this
(([Skill Import].User)LIKE '*' & [forms]![frmSkillView].[txtUser])) & '*'
but does seem to work.
X.user LIKE '* Form Text box value *'
I've tried something like this
(([Skill Import].User)LIKE '*' & [forms]![frmSkillView].[txtUser])) & '*'
but does seem to work.