ms access - Why doesn't my InStr Work? -


i using expression in calculated field instr(-1,"beejal larkin"," ")

when submit it, each field filled #func!. don't understand why is.

thanks in advance

it should read:

 =instr(1,"beejal larkin"," ") 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

python - Alternative to referencing variable before assignment -