RE: Advanced sort
- From: KARL DEWEY <KARLDEWEY@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 1 Apr 2008 11:00:01 -0700
No, insert a new column and paste what I posted editing it to use your field
name.
--
KARL DEWEY
Build a little - Test a little
"Cath" wrote:
When you say to add a calculated field ...you mean in the CRITERIA box?.
"KARL DEWEY" wrote:
I assume that you do not want to ignore the rest of the data in the processI want to sort in ascending order but from the 4th number
of sorting.
You can open your query in design view and add a calculated field to sort on
like this --
My_Sort: Right([MyDataField],2) & [MyDataField]
I assume that you do not want to ignore the rest of the data in the process
of sorting I added the "& [MyDataField]" for a complete sort.
--
KARL DEWEY
Build a little - Test a little
"Cath" wrote:
Hi,
I am trying to sort some data in a report. What I am trying to do is for
exemple, I have these datas: 20056, 10048, 60071, 30025
I want to sort in ascending order but from the 4th number, like this:
30025
10048
20056
60071
Is it possible?
Thank you
- Follow-Ups:
- RE: Advanced sort
- From: Cath
- RE: Advanced sort
- References:
- Advanced sort
- From: Cath
- RE: Advanced sort
- From: KARL DEWEY
- RE: Advanced sort
- From: Cath
- Advanced sort
- Prev by Date: RE: Append Query Unable To Display Link List Tables
- Next by Date: Re: form lists
- Previous by thread: RE: Advanced sort
- Next by thread: RE: Advanced sort
- Index(es):
Relevant Pages
|