What forumla could I use in a report field to remove all characters before the first space in a text field e.g.
32A Bank Street --> Bank Street
19 Alder Street --> Alder Street
I've tried =Right([JLADD1],Len([JLADD1])-2) but this obviously doesn't work for the first example above.
32A Bank Street --> Bank Street
19 Alder Street --> Alder Street
I've tried =Right([JLADD1],Len([JLADD1])-2) but this obviously doesn't work for the first example above.