Results 1 to 2 of 2
  1. #1
    Samu77 is offline Novice
    Windows XP Access 2000
    Join Date
    Sep 2010
    Posts
    1

    Sorting records

    I've got a problem on access 2000, using vb6 about special character. If open the database and the table with access, I find database fields with special characters on the top. When I open a recordset with vb6, if I check if the first field is > of the last field, the answer is true. I'll make an example:
    Access fields ( text fields ):
    ART_E
    ARTD
    ARTE
    VB6:
    If "ART_E" > "ARTE" Then
    Beep
    End If


    This kind of test is true but if I open access and the table, the sort visualizzed is another.
    Someone have had the same problem?How can I solve it? Thanks.

  2. #2
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    705
    II get this:

    Code:
    ? "ART_E" > "ARTE"
    False

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Sorting by customer
    By eibooo in forum Queries
    Replies: 1
    Last Post: 05-25-2010, 12:00 AM
  2. Sorting Records
    By sfoot0309 in forum Reports
    Replies: 1
    Last Post: 02-05-2010, 05:50 PM
  3. Need Sorting Help
    By rbpd5015 in forum Access
    Replies: 1
    Last Post: 09-28-2009, 07:39 PM
  4. Sorting records
    By BravoEcho in forum Queries
    Replies: 0
    Last Post: 06-23-2009, 04:49 AM
  5. Sorting in a form
    By PaulDouglas in forum Forms
    Replies: 3
    Last Post: 07-27-2006, 08:28 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums