S
Steve S
The following code opens the correct report but the field [Contest Name]
shows the #Name? error instead of ABC as needed. I am using AC2000: could
that be the problem?
this code was developed based on responses to a previous post: DAO.Recordset
as Report record source, posted on 10/13
Dim rst As DAO.Recordset
Set rst = Me.[Show Detail Records].Form.Recordset
DoCmd.OpenReport rst.Fields("ScoreSheetName"), acViewPreview, , "[Contest
Name]=""ABC"""
shows the #Name? error instead of ABC as needed. I am using AC2000: could
that be the problem?
this code was developed based on responses to a previous post: DAO.Recordset
as Report record source, posted on 10/13
Dim rst As DAO.Recordset
Set rst = Me.[Show Detail Records].Form.Recordset
DoCmd.OpenReport rst.Fields("ScoreSheetName"), acViewPreview, , "[Contest
Name]=""ABC"""