Re: Reverse Order
From: Nikos Yannacopoulos (nyannacoREMOVETHISBIT_at_in.gr)
Date: 12/03/04
- Next message: ReidarT: "Making menuBar in Access"
- Previous message: bavjean: "Export to Excel, error in recordset"
- In reply to: James: "Reverse Order"
- Next in thread: PC Datasheet: "Re: Reverse Order"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 14:25:37 +0200
James,
Do you mean display the most recent dated records first? If yes:
If the form's recordsource is a query, then open the query in design view
and set the sorting on the date field to descending;
If the form's recordsource is directly the table, then open the form
indesign view, select the form object, display properties, and on the Data
tab set the Order By property to:
fldDateUsed DESC
HTH,
Nikos
"James" <James@discussions.microsoft.com> wrote in message
news:3CF951F4-C336-486B-87C3-34BC332DD29E@microsoft.com...
> How do you make a form display in reverse order by using the date field
> (fldDateUsed)?
- Next message: ReidarT: "Making menuBar in Access"
- Previous message: bavjean: "Export to Excel, error in recordset"
- In reply to: James: "Reverse Order"
- Next in thread: PC Datasheet: "Re: Reverse Order"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|