How to ignore empty spaces when sorting records in Access

T

Tancuan

How do I make Microsoft Access ignore particular characters, such as
brackets, asterisks and empty spaces, when index-sorting the records in a
table?
 
K

KARL DEWEY

Use a calculated field that replaces them.
ShortField: Replace(Replace([YourField],"-",""),"[","")
Nest more 'Replace' for the rest.
 

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

Top