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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:43:09+00:00 2026-06-15T10:43:09+00:00

i’m a beginner in MS Access 2010, Please help me to Do the following

  • 0

i’m a beginner in MS Access 2010, Please help me to Do the following in web DB in MS access 2010 :

  1. save user login name ‘Full Name’ from the table ‘Users’ into global variable ‘username’.
  2. when the user select his name from the login form ‘login’, then insert it into another form in a txt filed ‘Text57’ to save it to the record.
  • 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-15T10:43:10+00:00Added an answer on June 15, 2026 at 10:43 am

    Is there any reason that you attempting to build your own logon form here? You are not able to get access or use a published web site without having FIRST a legitimate user logon in the first place.

    It thus makes no absolute sense in any way to attempt to build your own logon and Security System. The user can never launch your logon form unless they ALREADY have a legitimate user ID and user logon issued to them. They’re going to have to enter their logon and their password before they can launch your form in which you again are suggesting the type in their user ID and logon!

    Worse, attempting to build your own logon system is going to cost you more in development time than likely your whole application. Worse the resulting system you build is going to have virtually no security at all anyway.

    Furthermore since the Security System is built in as part of Access web services (SharePoint or office 365), then the user and cannot logon and use any of the application unless you ALREADY issued them permissions and given them a valid logon. So they can never get to this logon form without already being legitimately logged on an authenticated into that system anyway.

    However you can get and obtain use of the current logged on web user with the following function:

    CurrentWebUser(N)

    The values for N are:

    CurrentWebUser(0) (acWebUserID) This gives the users web id 
    eg: 1
    
    CurrentWebUser(1) (acWebUserName)  This give the users web user name
     eg: Albert Kallal
    
    CurrentWebUser(2) (acWebUserLoginName) This gives the users web logon  name 
     eg:RIDES1\Administrator
    
    CurrentWebUser(3) (acWebUserEmail) This gives the users email address
      Eg: someone@example.com
    

    In addition to the above function to get the current logged on user, you can also test for user membership within security groups that you create. That command is called:

        IsCurrentWebUserInGroup("name of security group")
    

    So it’s not clear why you’re attempting to build your own logon form since none of your users will be able to get to the logon form unless they’ve been issued a user logon and legitimate password before they can launch such a form in the first place.

    Furthermore, while attempting to build your own logon system in client based applications with VBA was often possible, most of the time the whole thing becomes not secure, and furthermore the whole thing is in general a big huge kludge.

    However in the case of access web services because the programming language and environment is MORE limited than that of VBA, then attempting to build your own logon system in access web services is even more of a worse idea then doing as such with VBA applications.

    At the end of the day there’s a good number of commands that allow you to test who the current user as, and furthermore keep in mind that all published web tables have logged automatically for you and a set of additional columns are added in which you can track not only who created the current record in a table, but also who last edited that row of data. So logging and tracking in Access web services is quite to Ref it, because it’s down to the role level, and is done automatically for you. The columns you get for every single table after published link are the following:

    SharePointEditor        (who edited the row record last)
    SharePointAuthor        (who created the row)
    SharePointModifiedDate  (time and date of row record last edit)
    SharePointCreatedDate   (time and date of when row was created)
    

    Note carefully and the above this means that the system not only automatically tracks who edited a row last, but it also shows you who actually created the row, and this means you can filter and build queries based on the above expressions to restrict data to the given individual. The above additional rows are automatically added to all Access tables when you publish to the web.

    It therefore makes little if any sense to attempt to extract or utilize the current logged on user into some global variable. However at logon time, you can most certainly set the expression CurrentWebUser into a global verbal if you wish.

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

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
Seemingly simple, but I cannot find anything relevant on the web. What is the
I am currently running into a problem where an element is coming back from
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from

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.