Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    data808 is offline Noob
    Windows 8 Access 2007
    Join Date
    Aug 2012
    Posts
    727
    Missinglinq,

    I understand the first code in the after update event. However, I'm confused on the second code. Where do I place this code? Is that actually a line of code or is it an abbreviation to the code I am using and it should also go into the after update event along with the first line a code that you provided?

    Thanks.

  2. #17
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    It has to go immediately after whatever code you're using to 'autofill' a given Control.

    Alternatively, you could simply use something like this, when assigning the value to the Textbox:

    Me.TextBoxOnForm = UCase(UserNameField)

    Linq ;0)>

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. How to Set Font to Small Caps using VBA
    By EddieN1 in forum Access
    Replies: 3
    Last Post: 04-11-2014, 05:39 AM
  2. Make Text Large in ControlTip?
    By LindaRuble in forum Programming
    Replies: 2
    Last Post: 04-21-2013, 10:30 PM
  3. Convert VALUE in Textbox to CAPS in TABLE
    By taimysho0 in forum Programming
    Replies: 3
    Last Post: 12-30-2011, 05:04 PM
  4. How do you make a text box display a value from a table?
    By italianfinancier in forum Reports
    Replies: 3
    Last Post: 06-01-2011, 12:15 PM
  5. Make text click-able
    By Fifa in forum Access
    Replies: 5
    Last Post: 03-27-2011, 06:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums