B
Bob
Any reason why this print preview keeps crashing my machine , First time I
select it , it takes about 30sec to bring up the report, then the 2nd time
"Crash"
Thanks In advance....Bob
-Private Sub Command388_Click()
On Error GoTo Err_Command12_Click
Dim stDocName As String
DoCmd.OpenReport "rptHorseSummary", acViewPreview, ,
"[HorseID]=Forms!frmHorseInfo!HorseID"
Exit_Command12_Click:
Exit Sub
Err_Command12_Click:
MsgBox Err.Description
Resume Exit_Command12_Click
End Sub
..........Jenny Vance
select it , it takes about 30sec to bring up the report, then the 2nd time
"Crash"
Thanks In advance....Bob
-Private Sub Command388_Click()
On Error GoTo Err_Command12_Click
Dim stDocName As String
DoCmd.OpenReport "rptHorseSummary", acViewPreview, ,
"[HorseID]=Forms!frmHorseInfo!HorseID"
Exit_Command12_Click:
Exit Sub
Err_Command12_Click:
MsgBox Err.Description
Resume Exit_Command12_Click
End Sub
..........Jenny Vance