problem with Instr function

teel73

Registered User.
Local time
Today, 11:30
Joined
Jun 26, 2007
Messages
205
I have the following value in 1 field: Latoria V
This value clearly has a space. When I use the Instr function to return the position of the space, it returns 0 and it returns 0 for all of the records. The field has a first name, space, then middle initial. Why is this? This is th function I have:

Code:
Instr(1,[FName],chr(32))

That returns 0. What am I doing wrong?
 
Yes, I tried that too. I don't know what is wrong.
 

Users who are viewing this thread

Back
Top Bottom