Thread: msgbox in macro
View Single Post
  #2  
Old November 8th, 2006, 09:22 AM posted to microsoft.public.access.forms
Stu
external usenet poster
 
Posts: 15
Default msgbox in macro


The second field of the msgbox command allows you to choose the style
of message box you use. In your case you'd need to use msgbox("Display
Text",vbYesNo)

HTH

00KobeBrian wrote:
I am writing a msgbox in a macro which is an action. How can I make yes or
no button in this action? Thanks.