Display the Already Existed Record value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irsmalik
    New Member
    • May 2010
    • 102

    Display the Already Existed Record value

    Hello Friends,
    I got the solution one of my problem how to display a message if record already existed.

    Now I want to display its value with the message.
    Suppose, If I entered the Drawing No. 100
    There should be a message that "
    "Drawing No. 100 is already existed"

    Please any1 , (especially Veena) pls help again. Thanx
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Change message box like this :

    MsgBox "Drawing Number " & dwg & " already Exists...", _
    vbCritical, "Duplicate Entry"

    Regards
    Veena

    Comment

    Working...