I want to ask the question
Do you wish to reopen the whole report or just the offline section of the report
Is it possible to have a 3 button setup 1, "cancel", 1 saying "open whole report", and 1 "open offline pay only"
thanks heaps
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
Sub Licentiousness()
Dim lngAnswer As Long
lngAnswer = MsgBox("Click Yes to Open Entire Report. " & vbCr & _
"Click No to Open Offline. ", vbYesNoCancel + vbInformation, _
" Moderation in All Things")
If lngAnswer = vbYes Then
'Do something
ElseIf lngAnswer = vbNo Then
'Do something else
Else
'Exit sub ?
End If
End Sub
'------------
"XCESIV"
wrote in message
I want to ask the question
Do you wish to reopen the whole report or just the offline section of
the report
Is it possible to have a 3 button setup 1, "cancel", 1 saying "open
whole report", and 1 "open offline pay only"
thanks heaps
--
XCESIV
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks