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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:25:00+00:00 2026-05-30T08:25:00+00:00

This could very well be a basic question – but I was unable to

  • 0

This could very well be a basic question – but I was unable to find any threads on this, so I turn to the experts!

I have a sub in a form where I wish to insert rows in related tables. The parent table has an Id which is an autonumber field; I need to use the Id of a newly created row and insert it as foreign key in the child table. I tried the following:

Dim x As Recordset
Dim newId As Integer

Set x = CurrentDb.OpenRecordset("select * from T")
With x
    .AddNew
    !OtherColumns = SomeValues
    .Update
    newId = .Fields("Id")
End With

As Id is an autonumber column, it is assigned the next available number all right – after this sub ends, the table contains a new row with the Id that has been generated automatically.
But variable newId does not contain the new Id value that has been generated for the added row. Instead it contains the Id of the first row in the recordset.

How can I retrieve the new Id?

  • 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-30T08:25:01+00:00Added an answer on May 30, 2026 at 8:25 am

    After your first query, you can run a second query "Select @@Identity" to get the last auto-generated number in the current connection, for example (untested)

    Dim rs2 As Recordset
    Set rs2 = CurrentDb.OpenRecordset("Select @@Identity")
    newId = rs2(0)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry for the very basic question, but this is actually a 2-part question: Given
This might be a basic question, but I tried googling it and couldn't find
This might be a basic question, but I tried googling it and couldn't find
Hihi all, This could very well be a silly question. I would like to
Introduction: Now I know this question could be very broad and it would be
This may be a very simple problem, but I couldn't find an answer googleing
I suppose this could apply to any dynamic language, but the one I'm using
This may seem like a basic/stupid/obviously-answered question, but I wanted to check: why use
We have built custom forms and at this stage are built very well with
So this is a very very basic question. I was reading though a class

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.