J
Jean-Paul
Me!Adres is the name of a street together with the number
I want to split both so I use InStr t search for the first space
InStr(1, Me!Adres, " ", vbBinaryCompare))
This works perfectly but not for:
Grote Baan 245
Nox InStr stops after "Grote" while I should have "Grote Baan"
Can I configure InStr so it searches for the first NUMBER?
This would be great.
Thanks
I want to split both so I use InStr t search for the first space
InStr(1, Me!Adres, " ", vbBinaryCompare))
This works perfectly but not for:
Grote Baan 245
Nox InStr stops after "Grote" while I should have "Grote Baan"
Can I configure InStr so it searches for the first NUMBER?
This would be great.
Thanks