When the form opens it shows the records according to the order they were entered. However, I need them to show in order as to the date in the field [Date] then next ordered sequencially as to if the record was:
Breakfast
Lunch
Dinner
Example (I know the dates are wrong):
If the user enters the following:
2/24/04 Sunday
Dinner
2/24/04 Sunday
Lunch
2/23/04 Saturday
Breakfast
The next time the form is opened to allow more entries it should be ordered like:
1)
2/23/04 Saturday
Breakfast
2)
2/24/04 Sunday
Lunch
3)
2/24/04 Sunday
Dinner
4)
Would be a NEW RECORD
Basically, no matter in what order the information is entered, when the form is next used, the records will automatically sort first by date then by Breakfast / Lunch / Dinner.
Thank you for any and all help,
PBrown
Breakfast
Lunch
Dinner
Example (I know the dates are wrong):
If the user enters the following:
2/24/04 Sunday
Dinner
2/24/04 Sunday
Lunch
2/23/04 Saturday
Breakfast
The next time the form is opened to allow more entries it should be ordered like:
1)
2/23/04 Saturday
Breakfast
2)
2/24/04 Sunday
Lunch
3)
2/24/04 Sunday
Dinner
4)
Would be a NEW RECORD
Basically, no matter in what order the information is entered, when the form is next used, the records will automatically sort first by date then by Breakfast / Lunch / Dinner.
Thank you for any and all help,
PBrown