johnhobbis
04-15-2001, 08:30 AM
I have tried this but come up with an error 2501 every time..........
Any Ideas
Private Sub Print_Record_Click()
Dim strDocName As String
Dim strWhere As String
strDocName = "Rpt_followup_visit_small"
strWhere = "[OutreachID]=" & Me!OutReachID
DoCmd.OpenReport strDocName, acViewNormal, , strWhere
Any Ideas
Private Sub Print_Record_Click()
Dim strDocName As String
Dim strWhere As String
strDocName = "Rpt_followup_visit_small"
strWhere = "[OutreachID]=" & Me!OutReachID
DoCmd.OpenReport strDocName, acViewNormal, , strWhere