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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:52:17+00:00 2026-05-11T23:52:17+00:00

Ok so could anyone please help me out with the VB for auto entering

  • 0

Ok so could anyone please help me out with the VB for auto entering information into a text box, by clicking certian label boxes on a form in access 2003.

I built this thing using label boxes as “sort of links” instead of button for navigation/commands etc, and I have this power point presentation viewer on one of the forms.
The client has numerous briefings and this will be great for me to provide a little something for them to be able to get their briefings from one spot.

So if I list the choices for the month out on the form as label boxes (with little mouse move events to resemble a web link) and they click on it to select, then the only way I know how this may become functional is if I add a text box to the form, and make it not visible, that way I can name it, and add it to the file path string and it works.

But how do I create the action of clicking the “link” result in “NVOWEFDJHF” into text box?

Anyone know a better way?
Yeah I am an amateur, so I am ALWAYS willing to learn a better way.

Thanks very much!

  • 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-11T23:52:17+00:00Added an answer on May 11, 2026 at 11:52 pm

    I would recommend using a transparent button instead of a label.

    The main reason is that you can set the mouse cursor to become a small hand when you hover over the button, so it gives back information to the user that this can be clicked.
    With a label, the user cannot make the difference between a normal label and one that can be clicked since there is no visual cue.

    To create a button that resemble a label:

    • Add the button to the form
    • In the properties for the button, set the following:
      • Format > Back-Style: Transparent
      • Other > Cursor on Hover: Hyperlink Hand
      • Other > Name: btAutoFill (or whatever name you want)
    • If you want the button to resemble a link a bit more, you can change it’s caption’s format, making it blue and underlined if you wish.

    Now if you view the form, you will see that the mouse cursor will change when you move over the ‘button label’.

    To automatically fill-in other controls when you click your button, add the code to handle its OnClick event (in the button’s properties, under Events > On Click, choose [Event Procedure]):

    Public Sub btAutoFill_Click()
        myTextBox = "NVOWEFDJHF"
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

could anyone please help me with a problem I have been having with a
I could not make a better title, if anyone can do it please, help
I need to get substed drive letter in Perl. Could anyone kindly help me?
I'm pretty new to lisp; I was wondering if anyone here could help me
I could not figure out the last part of my research so if anyone
Could anyone explain with some examples when it is better to call functions by
Could anyone could point me to some code/give me ideas on how to create
Could anyone recommend a good BAML Decompiler / Viewer besides BAML Viewer plugin for
Could anyone suggest a good packet sniffer class for c++? Looking for a easy
Could anyone explain me why: function doAjax() { var xmlHttpReq = false; try {

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.