Re: automatic reordering for report
From: John Vinson (jvinson_at_STOP_SPAM.WysardOfInfo.com)
Date: 11/01/04
- Next message: MaryW: "Re: How do I retrieve the median value of a field?"
- Previous message: John Vinson: "Re: Limiting Rows"
- In reply to: administrator: "automatic reordering for report"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 01 Nov 2004 12:45:37 -0700
On Mon, 1 Nov 2004 01:09:03 -0800, "administrator"
<administrator@discussions.microsoft.com> wrote:
>welcome every body
>i create a programme that when the users select their names from a combolist
>a macro reade the time of selection then a report is printed contain the
>usernames and the coresponding times
>
>my question is that i need to make the report more inteligent which mean
>that the report make automatic reorder for the user names depending on the
>times which mean that the first user make selection be the first user in the
>report (on the top of report) and so on
>
>how to do this
You can only sort records on a Report based on data which exists in
the Report's recordsource query. If you have the time stored in a
table, use the Report's Sorting and Grouping property to sort by that
field.
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
- Next message: MaryW: "Re: How do I retrieve the median value of a field?"
- Previous message: John Vinson: "Re: Limiting Rows"
- In reply to: administrator: "automatic reordering for report"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|