Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 465703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:24:16+00:00 2026-05-12T23:24:16+00:00

What I am trying to do is make a form in Access and with

  • 0

What I am trying to do is make a form in Access and with out having to cut and paste over and over again have it ascend by rank, the problem with this is that lower ranks have letters closer to one if I have a list like this

Cpl 4th rank
MSgt 8th rank but it is a higher rank then Cpl
1st lt is is like the 11th ranking etc..
yes the 1st lt will usually go first but how would make it so that it shows up like
1st Lt
MSgt
Cpl

and there are other ranks out there. is there a module that i can use for this or would some one have to program something in visual basics for the spread sheet or for access.
It is in database format but if I have to export it and do it in excell I can do that too.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T23:24:16+00:00Added an answer on May 12, 2026 at 11:24 pm

    The usual way to do this is to have a table of ranks and the rank sort order, you can use this to sort your table, the record source of your subform would be on the lines of:

    SELECT Rank.Sort, MainTable.Rank FROM MainTable 
    LEFT JOIN Rank ON MainTable.Rank=Rank.Rank
    

    You need to include a number that says how the table is to be sorted.

    Rank   Sort
    1st Lt   1
    MSgt     2
    Cpl      3
    

    A relational database, such as Access, only has an order if you give it one.

    You probably have a table with a lot of people, I have called this MainTable in my example, then you should have a look-up table, let us call it Rank, and it should look like the table illustrated above. This means that you do not need two fields in the main table to say what the rank is and how it should be sorted, in addition, a look-up table means that each entry is the same, so you don’t end up with, for example:

    1st Lt
    First Lt
    1st Lieut

    You might like to read Fundamentals of Relational Database Design

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 257k
  • Answers 257k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Have you tried this? It's an override for ExtJS' JSON… May 13, 2026 at 10:43 am
  • Editorial Team
    Editorial Team added an answer How about using call_user_func? return call_user_func(array($class_name, "get_instance")); http://www.php.net/manual/en/function.call-user-func.php May 13, 2026 at 10:43 am
  • Editorial Team
    Editorial Team added an answer what is pageid? is that the id from Page? If… May 13, 2026 at 10:43 am

Related Questions

I am trying to make a search view in Django. It is a search
I'm new to both ASP.Net MVC and jQuery and what I'm trying to do
Hey there, I am trying to get my signout button to work. This is
I am trying to upload a file with ASP.NET MVC. The following code work

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.