Hello -
I'm a relatively new user of Access.
None the less, I have a function within Excel that I would like to recreate in Access.
The function called (Check if part of a cell matches specific text) in Excel is below:
=IF(ISNUMBER(SE ARCH("v",A2))," OK", "Not OK")
I have been trying to replicate it in Access with little luck.
Any help would greatly be appreciated, thanks.
I'm a relatively new user of Access.
None the less, I have a function within Excel that I would like to recreate in Access.
The function called (Check if part of a cell matches specific text) in Excel is below:
=IF(ISNUMBER(SE ARCH("v",A2))," OK", "Not OK")
I have been trying to replicate it in Access with little luck.
Any help would greatly be appreciated, thanks.
Comment