Results 1 to 2 of 2
  1. #1
    Athar Khan is offline Advanced Beginner
    Windows 7 32bit Access 2013 32bit
    Join Date
    Mar 2017
    Posts
    63

    How Can I Create My Own Error Messages using a Table & a Form

    I have created a Table with following fields:

    Error ID, Error Message, Error Type, Error Title, Button Action, Button Text

    I want to create custom messages with custom font size and font type etc.



    But I have no idea how can I put the text of Error_Message field (of Tbll_Error_Messages) to a label (lbl_Err_Msg) on a Form or a UserForm.

    Need some guidelines please.

    I am inspired from this simple guide for Excel VBA for the same issue: check it plz
    https://stackoverflow.com/questions/...ft-access-2013



  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,815
    Not a label, use textbox. Bind form to table. Bind textboxes to fields. Open form as a popup filtered by the Error ID.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Error messages
    By Lou_Reed in forum Access
    Replies: 8
    Last Post: 12-08-2016, 11:34 PM
  2. Turn Off Error Messages for Printing
    By pdevito3 in forum Access
    Replies: 3
    Last Post: 09-24-2013, 02:15 PM
  3. How to handle error messages?
    By yes sir in forum Access
    Replies: 3
    Last Post: 10-15-2011, 11:22 AM
  4. Custom messages to Access' default error messages.
    By evander in forum Programming
    Replies: 1
    Last Post: 06-26-2010, 02:06 AM
  5. Error Messages
    By DataGeek in forum Access
    Replies: 0
    Last Post: 12-06-2007, 09:56 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