Having a problem with the following code:
Private Sub cmdPrintPreview_Click()
If Forms!frmWantedReports!cboGenres = "Chart" Then
DoCmd.OpenReport "rptWantedChart", acPreview
Else
If Forms!frmWantedReports!cboGenres = "Dancehall/Reggae" Then
DoCmd.OpenReport...