Results 1 to 2 of 2
  1. #1
    mailinsiddu is offline Novice
    Windows XP Access 2003
    Join Date
    Jan 2012
    Posts
    1

    Create Custom box before executing query

    Hi guys



    I am looking to check, whether i would be able to "add an Message box with a "Message : "Executes all queries all is well.mdb before executing this query ?" , if yes, continue executing the query, else, Exit out of the database?

    thanks
    Sid

  2. #2
    pdebaets is offline Competent Performer
    Windows Vista Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Los Angeles
    Posts
    235
    Here's a VBA example:

    if MsgBox("My Message",vbYesNo) = vbyes then
    '* Execute the query
    Else
    Application.Quit
    End If

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

Similar Threads

  1. Create a custom ribbon
    By nick.h in forum Access
    Replies: 3
    Last Post: 03-15-2013, 02:12 PM
  2. Replies: 3
    Last Post: 11-01-2011, 10:22 AM
  3. Replies: 1
    Last Post: 06-20-2011, 03:56 PM
  4. Replies: 0
    Last Post: 03-17-2011, 09:57 AM
  5. how do I create custom part numbers?
    By Sinatra Fan in forum Database Design
    Replies: 1
    Last Post: 09-01-2006, 04:09 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