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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:07:12+00:00 2026-06-16T02:07:12+00:00

Hi I have a login form which requires the user to enter username and

  • 0

Hi I have a login form which requires the user to enter username and then password. The username and password is checked through in a table and then allows-does not allow the user access to fill in another form.

In the table there is information regarding the persons name, email, etc. In my second form I want the personal information already displayed so that they wont have to fill it in. Basically, by logging into the form and opening another form it will recognise who the person is and will automatically fill in their details. Thanks

Ken

  • 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-16T02:07:13+00:00Added an answer on June 16, 2026 at 2:07 am

    You have several choices. You can open the second form with OpenArgs that refernce the ID or name of the person on the log-in.

    The syntax is ( http://msdn.microsoft.com/en-us/library/office/ff820845.aspx ):

     DoCmd.OpenForm(FormName, View, FilterName, WhereCondition, DataMode, WindowMode, OpenArgs)
    

    So:

     DoCmd.OpenForm "MyForm",,,,,,Me.ID
    

    The second form can then use the OpenArg to find or DlookUp ( http://msdn.microsoft.com/en-us/library/bb148913(v=office.12).aspx ) the record in the table, for example, you could set a textbox to:

     =DlookUp("Email","MyTable","ID=" & Me.OpenArgs)
    

    You can open the second form bound to the users table and use the Where argument:

     DoCmd.OpenForm "MyForm",,,"ID=" & Me.ID
    

    This would be best, but it does depend on a bound table or query.

    Finally, you can hide the log-in form and refer to the controls in a textbox:

     =Forms!MyLogIn!txtEmail
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a login form that has Username and password as inputs from user
I have a child page LoginContent.aspx which contains a login form. If the user
I have User form in which there is a username field. The fields in
I have a Symfony2 Web application which requires user login to perform such useful
I have a login form which appears at the top of all of my
I have a simple html login form which is validated with javascript before its
I have a login form, which needs to be re-directed to the main page
I have this login form. This form is a grouped table view where the
I have a page which displays a form that a logged-in user can use
I have the following php pahe which accepts the user's first name and password

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.