Results 1 to 9 of 9
  1. #1
    miziri is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    80

    Massage box code

    Hi,


    Friend I want to know how can I use massage box
    for example I want massage box appear show as below:
    you have enter wrong number
    OK cancel


    I need code for above
    Thanks

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Have you looked in VBA help yet? <ALT> F11 and then F1

  3. #3
    miziri is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    80
    Hi RuralGuy,

    can please send code for Massage box

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I repeat what I asked earlier:
    Quote Originally Posted by RuralGuy View Post
    Have you looked in VBA help yet? <ALT> F11 and then F1

  5. #5
    miziri is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    80
    Hi,
    Thanks alot

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Were you able to create the MsgBox you wanted?

  7. #7
    miziri is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    80

    This code I was look for

    Hi,
    This code i was look for


    msgbox "please wait ",1,"warning windows"


    Thanks

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Glad you got it sorted. Are you ready to use the Solved thread tool?

  9. #9
    Yance is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    22

    Smile

    Hi miziri...

    That is true what RuralGuy told. To make msgbox like that, you can type code like this:

    msgbox "You have entered a wrong number!",1,"Error!"

    or

    msgbox "You have entered a wrong number!",vbOkCancel,"Error!"

    To view detail msgbox constant (like vbOkCancel), use the aceess VBE help with open one module or you can just press combination ALT+F11 key then press F1 button, and then type "msgbox constant" on the search box as keyword.

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

Similar Threads

  1. What type of code are you looking for?
    By dcrake in forum Code Repository
    Replies: 23
    Last Post: 06-15-2011, 02:06 PM
  2. Code Trouble?
    By briancb2004 in forum Access
    Replies: 0
    Last Post: 10-08-2008, 04:47 PM
  3. Need help with code
    By hoenheim in forum Programming
    Replies: 9
    Last Post: 09-11-2008, 04:19 PM
  4. Need Help Getting to Code
    By Snuffles in forum Programming
    Replies: 8
    Last Post: 04-22-2008, 05:25 PM
  5. Navigation Code
    By henryclay in forum Forms
    Replies: 2
    Last Post: 11-15-2006, 09:48 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