Firing blanks

J

John

Hi

Is there a way to sort a column ASC or DESC and have nulls in that column
always at the bottom of the results ?

eg.

Abacus
Bridge
Truck
Xylophone
<null>
<null>

or

Xylophone
Truck
Bridge
Abacus
<null>
<null>

Straightforward ASC always shows blanks at the top. I'm using Access/Jet.

Any help gratefully received.
 
R

Rick Brandt

John said:
Hi

Is there a way to sort a column ASC or DESC and have nulls in that column
always at the bottom of the results ?

Sort on the expression: Nz([YourField], "ZZZZZ")
 

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