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

  • SEARCH
  • Home
  • 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

Related Questions

I'm trying to make a simple form, but it's working not so fine. This
I am trying to make an input form have a background image, but as
I'm having problems trying to make a reactive form. When I insert data into
I have a Rails app and trying to make a remote form, so far
I'm having a hard time trying to make jquery.form with a cross-domain request. I'm
I have an application that I'm trying to make multithreaded. Each thread will access
I am trying to make a form on access which allows me to select
I am trying to make a form using two drop down select menus: one
I am trying to make a form field for a datetime property that allows
In a Symfony2 website I'm trying to make a form with 2 (or 3)

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.