G
Guest
I have been working on this for a while now. It seems really simple but for some reason the simplicity is eluding me. I keep getting a syntax error in the strFilter line. Here is the code, can anybody see anything wrong with it
Private Sub Command55_Click(
On Error GoTo Err_Command55_Clic
Dim strDocName As Strin
Dim strFilter As Strin
strDocName = "NonConformity Tag
strFilter = "Inspection_Records = Forms!Inspection Data Entry Form!Inspection_Records
DoCmd.OpenReport strDocName, acViewNormal, , strFilte
Exit_Command55_Click
Exit Su
Err_Command55_Click
MsgBox Err.Descriptio
Resume Exit_Command55_Clic
End Su
I have checked and double checked the spelling for the form and table names
These are the names
Table = Inspection_Record
Form = Inspection Data Entry For
Report = NonConformity Ta
HELP!!
Thank
Chaz
Private Sub Command55_Click(
On Error GoTo Err_Command55_Clic
Dim strDocName As Strin
Dim strFilter As Strin
strDocName = "NonConformity Tag
strFilter = "Inspection_Records = Forms!Inspection Data Entry Form!Inspection_Records
DoCmd.OpenReport strDocName, acViewNormal, , strFilte
Exit_Command55_Click
Exit Su
Err_Command55_Click
MsgBox Err.Descriptio
Resume Exit_Command55_Clic
End Su
I have checked and double checked the spelling for the form and table names
These are the names
Table = Inspection_Record
Form = Inspection Data Entry For
Report = NonConformity Ta
HELP!!
Thank
Chaz