I have some text (in multiple fields) that contains a leading asterisk( *).
I’m trying to write a function I can use in an update query.
How do I check for the asterisk rather than vba assuming I’m using it as a wild card.
The data (which is messy) was imported as fixed width, with all fields as text (due to characters such as * and 3 dashes to indicate no data).
This means I have lots of spaces I need to trim off. Before I can us trim I need to get rid of the *’s