G
Guest
Hello,
I'm tring to write a IIF Statement to open a verity of Reports for a list
box in VBA with SQL. I can open a report, but how do I open a single report
by using a IIF statement? Help
Jeff Johnson
Example: Start
Private Sub RoyaltyReports_Click()
DoCmd.OpenReport "iAnywhere", acViewPreview, acReadOnly
DoCmd.Close acForm, "NotesSamplerVendorInformation"
End Sub
I'm tring to write a IIF Statement to open a verity of Reports for a list
box in VBA with SQL. I can open a report, but how do I open a single report
by using a IIF statement? Help
Jeff Johnson
Example: Start
Private Sub RoyaltyReports_Click()
DoCmd.OpenReport "iAnywhere", acViewPreview, acReadOnly
DoCmd.Close acForm, "NotesSamplerVendorInformation"
End Sub