D
Don Anderson
I have a simple query from 2 tables that provides data for a simple report.
One of the columns is [NickName], but since there are more than one Don or
one Char the field will be filled as follows:
[NickName]
Bill
John
Don (K)
Char (B)
Don (A)
Char (H)
Kris
Etc...
In one report that uses the query I need to use the nickname just as it is,
but in another report that uses the same query I just need to use the first
name of the Nickname (ie, Bill, John, Don, Char, Don, ...).
How can I do the Access equivalent of an Excel Formula of:
Left(NickName, Find(" ", NickName))
Thanks in advance,
Don
One of the columns is [NickName], but since there are more than one Don or
one Char the field will be filled as follows:
[NickName]
Bill
John
Don (K)
Char (B)
Don (A)
Char (H)
Kris
Etc...
In one report that uses the query I need to use the nickname just as it is,
but in another report that uses the same query I just need to use the first
name of the Nickname (ie, Bill, John, Don, Char, Don, ...).
How can I do the Access equivalent of an Excel Formula of:
Left(NickName, Find(" ", NickName))
Thanks in advance,
Don