M
myxmaster
I have the following expression in a query. I would like to sort the
account # ascending however when I choose ascending in the grid it
groups all the 1's , then the 2,' and so on. I would like it to show
in numerical order. Any ideas.
Expr1: [Account#] & ", " & [LastName] & " , " & [FirstName] & ", "
& [City]
Also at the moment the customer is found by their account#. Is there a
way to utilize this to search by partial name or would I need to set
up a seperate query.
TIA
account # ascending however when I choose ascending in the grid it
groups all the 1's , then the 2,' and so on. I would like it to show
in numerical order. Any ideas.
Expr1: [Account#] & ", " & [LastName] & " , " & [FirstName] & ", "
& [City]
Also at the moment the customer is found by their account#. Is there a
way to utilize this to search by partial name or would I need to set
up a seperate query.
TIA