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 8179689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T00:03:25+00:00 2026-06-07T00:03:25+00:00

I have an access database with these tables: – sequences: it describes the sequences

  • 0

I have an access database with these tables:
– sequences: it describes the sequences of a movie : ex: boy kicking ball (1) , boy hitting ball(2), boy speaking(3) etc..

  • movie: it is composed of sequences above.
    ex: 3 – 2 – 1 – 2

My problem is : how can I insert a new sequence because access always inserts it to the end.
ex: I would like to get (I would like to insert sequence 3 between 2 and 1)
3 – 2 – 3 – 1 – 2

and Access will give me
3 – 2 – 1 – 2 – 3 (added to end)

Any clue ?

  • 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-06-07T00:03:27+00:00Added an answer on June 7, 2026 at 12:03 am

    The order of inserting data in a database is inconsequential, what is important is the order of retrieval which you manipulate by the ORDER BY substatement you provide your SELECT statement with.

    So you’ll need to identify the field by which you can order things, e.g. a sequence id and then order on that field. like thus

    SELECT * FROM movie_sequences ORDER BY movie_sequence_id ASC;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Access database (in Access 2003) with several tables, and data must
In my database designs, I tend to have clusters of tables. These clusters will
Background: I have one Access database (.mdb) file, with half a dozen tables in
I have a database table with many lookup tables: OrderType ShippingType etc. My Order
I have an access database with 3 tables. People Gifts PeopleGifts Using VS 2008,
I have these two database tables: locations id name users id location_id last_name first_name
I have an Access 2007 database that has 3 tables, each the same. Each
I have an MS access database file with 2 tables: t1 , t2 .
I have a Microsoft Access database and there is a macro there. How do
We are upgrading/converting several old Access databases to MS-SQL. Many of these databases have

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.