B
Bill
Hi,
I may need your help.
I have a list of reports in a box when I don't select a report. It will
pop-up saying "Please select a report. This is fine.
I have two areas from Radio Button show All Groups or specific group. If I
forget to select on Radio button, I would like to see POP UP saying "Please
select one of two areas" from FRAME (Radio Button) before going to get a
report.
Your help would be much appreciated.
Thanks,
example:
If IsNull(Lists) Then
MsgBox "Please Select A Report"
Exit Sub
End If
'I don't know if I did the right thing..........
If IsNull(Frame) then
MsgBox "Please Select one of the Two Group"
End if
Dim stDocName As String
stDocName = Me!Lists
DoCmd.OpenReport "Report A", acPreview
I may need your help.
I have a list of reports in a box when I don't select a report. It will
pop-up saying "Please select a report. This is fine.
I have two areas from Radio Button show All Groups or specific group. If I
forget to select on Radio button, I would like to see POP UP saying "Please
select one of two areas" from FRAME (Radio Button) before going to get a
report.
Your help would be much appreciated.
Thanks,
example:
If IsNull(Lists) Then
MsgBox "Please Select A Report"
Exit Sub
End If
'I don't know if I did the right thing..........
If IsNull(Frame) then
MsgBox "Please Select one of the Two Group"
End if
Dim stDocName As String
stDocName = Me!Lists
DoCmd.OpenReport "Report A", acPreview