"*" & Left([parameter], 7) & "*"
> I am trying to trigger a messagebox if a user enters a name which may refer
> to two or more different customers from a combo box on the input form.
[quoted text clipped - 4 lines]
> Johns garage) how can I extract say the first 7 letters from the name to use
> as the parameter.
mike - 13 Dec 2005 13:31 GMT
Thanks very much most appreciated
> "*" & Left([parameter], 7) & "*"
>
[quoted text clipped - 6 lines]
> > Johns garage) how can I extract say the first 7 letters from the name to use
> > as the parameter.