Help with Right(Me.ListStoreIP.Column(0), 2)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I think there is a way to find # and use the value to the right of the number
sign
Any help would be great
Tobacco Rd Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #02
Right(Me.ListStoreIP.Column(0), 2) = 2 Right
Tobacco Road Outlet #112
Right(Me.ListStoreIP.Column(0), 2) = 12 Wrong
 
Looks like it moves the start position one space to the right of the # so it
should return everything to the right of the # sign. Does it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top