I have a database. There's a sub form with
order #, activity, date, end date
Right now it's sorted by order number which is just a number input. But if someone has a new task or one thing gets started at an earlier date, that goes in the middle, they'll have to rename all other other order numbers. What I need is to order it by date, and if it's there's two activities on the same date have whoever is putting the data in to pick which one goes first.
Any idea about how I would go about this?
Thanks