A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

2nd ORDER BY in form fields



 
 
Thread Tools Display Modes
  #1  
Old June 24th, 2004, 11:56 PM
an
external usenet poster
 
Posts: n/a
Default 2nd ORDER BY in form fields

Hello!

In Form, I have a Field1 with ORDER BY and work fine to
this field, but I would like to apply 2nd ORDER BY to 2nd
field too (Field2).
With ORDER BY in Field1, logically, isn't order the Field2.
Away the Table is ordered by Column1 Field1 and Column2
Field2.

Now, in Form, the order is:

Field1 Field2
1 C
1 A
1 B
2 B
2 A
2 C
3 B
3 A
3 C

I need:
1 A
1 B
1 C
2 A
2 B
2 C
3 A
3 B
3 C

I don't know to obtain this in Form. Therefore, any help
is welcome.
Thanks in advance.
an

  #2  
Old June 25th, 2004, 03:26 AM
John Vinson
external usenet poster
 
Posts: n/a
Default 2nd ORDER BY in form fields

On Thu, 24 Jun 2004 15:56:47 -0700, "an"
wrote:

With ORDER BY in Field1, logically, isn't order the Field2.
Away the Table is ordered by Column1 Field1 and Column2
Field2.


Well, actually it's not: it's an unordered "bag" of data.

Base the Form on a Query sorting by whichever fields you like, up to
ten of them (at least).

John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
  #3  
Old June 25th, 2004, 11:21 AM
an
external usenet poster
 
Posts: n/a
Default 2nd ORDER BY in form fields

Ok.
Thanks for your reply and suggestion.
an


-----Original Message-----
On Thu, 24 Jun 2004 15:56:47 -0700, "an"
wrote:

With ORDER BY in Field1, logically, isn't order the

Field2.
Away the Table is ordered by Column1 Field1 and Column2
Field2.


Well, actually it's not: it's an unordered "bag" of data.

Base the Form on a Query sorting by whichever fields you

like, up to
ten of them (at least).

John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
2nd ORDER BY in form fields an General Discussion 1 June 25th, 2004 12:23 AM
Can merge fields be entered into text form fields? Walt Mailmerge 5 May 18th, 2004 10:16 PM
Form Doesn't Go To New Record Steve New Users 15 May 16th, 2004 04:33 PM
formatting form fields and document jrm Formatting Long Documents 1 May 13th, 2004 06:12 PM


All times are GMT +1. The time now is 06:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.