I have a form where the position for one field can be: Outstanding, Declined, Current or Cancelled.
Currently I order: qryProposals.PropStatus DESC, qryProposals.PropDescName.
I would like to order, but not in a ascending or decending manner.
For example: Outstanding, Current, Declined, Delisted and finally Cancelled.
I have tried various options in the ORDER BY field, but nothing works.
Any quidance would be helpful.
Thank you.
Currently I order: qryProposals.PropStatus DESC, qryProposals.PropDescName.
I would like to order, but not in a ascending or decending manner.
For example: Outstanding, Current, Declined, Delisted and finally Cancelled.
I have tried various options in the ORDER BY field, but nothing works.
Any quidance would be helpful.
Thank you.