In a SQL query, I something like (going from memory):
SELECT *
FROM [App Info]
ORDER BY Replace(Nz([App Info].[Last Name]), ' ', ''), Replace(Nz([App Info].[First Name]), ' ', '')
I'd essentially like to use a Regular Expression in the SQL Replace, like:
ORDER BY Replace(String...