Re: Order by property and OrderByOn
- From: Hughie <Hughie@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Aug 2005 07:42:02 -0700
I've not been able to make a query work.
The form is now based on a TableA that is made up of underlying tables that
have no related fields:
TableA contains a table of student names and demographics, a table of
teacher names, and several other tables, again, that have no related fields.
It has worked best to build the form on TableA.
When I try to build a query on TableA, the query returns a record for (what
appears to be) every combination of fields. As a newbie, I'm not familiar
with the different types of queries. I'm confused when I add the tables in
Query Design view, that there's no way to associate the tables and thus I
can't control the join properties.
Another point I've forgot to mention before is that the tables, regardless
of what I do in the Order by property and the OrderByOn code, are being
sorted on a numeric field in the TableA.
"Ed Robichaud" wrote:
> One of the simpler methods is to create a query that sorts your data however
> you like, then set the record source of your form to that query.
> -Ed
>
> "Hughie" <Hughie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:4FE5009E-7513-4DAC-806A-2B2D1CCDAD37@xxxxxxxxxxxxxxxx
> >I want to have my form set to sort by a particular field each time it
> >opens.
> > My reference book says to use Order by property in the table and
> > OrderByProperty in the form.
> > Problem is book doesn't say how to use the Order by property and I can't
> > even find the OrderByOn property for the form. Please advise. Thanks.
>
>
>
.
- Follow-Ups:
- Re: Order by property and OrderByOn
- From: BruceM
- Re: Order by property and OrderByOn
- References:
- Order by property and OrderByOn
- From: Hughie
- Re: Order by property and OrderByOn
- From: Ed Robichaud
- Order by property and OrderByOn
- Prev by Date: Re: Order by property and OrderByOn
- Next by Date: online Buiness to business big business and you love web site
- Previous by thread: Re: Order by property and OrderByOn
- Next by thread: Re: Order by property and OrderByOn
- Index(es):
Relevant Pages
|