I have a record in the table of a persons name jusst being ABE. However if I put a space after my search field, the record in the list gets excluded.
& "WHERE Trim(TXCLIPS.NName) Like '*" & Replace(Me!LNAME10.Caption, "'", "''") & "*' " _
How can I overcome the problem? Many thanks
& "WHERE Trim(TXCLIPS.NName) Like '*" & Replace(Me!LNAME10.Caption, "'", "''") & "*' " _
How can I overcome the problem? Many thanks