WineSnob
Not Bright but TENACIOUS
- Local time
- Today, 09:01
- Joined
- Aug 9, 2010
- Messages
- 211
I get the OpenReport action canceled when trying to open a report using
The report opens fine directly from the database.:banghead:
Code:
Private Sub Command21_Click()
DoCmd.OpenReport "rptNet Worth", acViewPreview
End Sub