Results 1 to 2 of 2
  1. #1
    hendrikbez is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2014
    Posts
    138

    How to show textbox info in a messagebox

    I have a form that have a button to save recrods into my table, I am using a access macro to show message box that it have saved the record, now I want the message box to show some info that was saved in the messagebox aslo.

    Eg. Info saved Tape # AAGddd, and container # 3434......

    Is this possible with access macro or how can I do it, is there a sample of how this can be done

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    In VBA

    MsgBox "some text " & Me.TextboxName
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Filter a database based on a textbox info
    By charly.csh in forum Access
    Replies: 4
    Last Post: 11-20-2014, 02:24 PM
  2. Replies: 4
    Last Post: 04-03-2014, 08:03 AM
  3. Textbox displays info but can not edit.
    By Yiannis in forum Forms
    Replies: 3
    Last Post: 11-16-2012, 01:34 PM
  4. Replies: 4
    Last Post: 07-07-2012, 07:14 PM
  5. Replies: 1
    Last Post: 09-12-2011, 10:15 AM

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