I am trying to extract numbers from a string in the access query builder, all I need is the position of the numbers so the instr function will do. However I need a code like InStr([tblImportedIFor m].[description],"[0-9]") where ] "[0-9]" can be any number from 0 - 9. I can't figure out what to use as a wild card for numbers.
Please help
Thank You
Please help
Thank You
Comment