whatsthehampton
Programmer
Dear all,
I am trying to search my database of families by passing in the first letter as @choice using:-
where (familyname like + @Choice + '%')
order by familyname asc
This works as it should except when the names are Scottish such as McGarva or McIntosh etc.
All help most appreciated,
Cheers,
J
I am trying to search my database of families by passing in the first letter as @choice using:-
where (familyname like + @Choice + '%')
order by familyname asc
This works as it should except when the names are Scottish such as McGarva or McIntosh etc.
All help most appreciated,
Cheers,
J