Sorting a list box values decending

M

Mike

HI

I have a list box on a data entry from "frmPayments"
that shows records after entered, is ther a way to have
it show the last record entered first and not at the
bottom of all records that have been entered? I tried
sorting but unsuccessful! I couldn't fine a sorting
property for the list box.

Thanks.

Mike
 
M

Mike

Hi,

Resolved by sorting the query for the list box row source
property.

Regards,

Mike
 
Top