N
NetworkTrade
The If/then below was developed in Access03 and works on machines with
Access03 but is throwing an error on the one machine with Access2007:
If Me.TollLotSubRpt.Report!CATtype2 = "n/a" Then
Me.TollLotSubRpt.Report!CATtype2.Visible = False
End If
The error is 'object not found'. It is not finding the
subreport control. This vb is in the Report's Detail 'OnFormat' event. I
deactivated the if/then code and the entire subreport area is blank.
working fine on the Access2003 machines...
Would welcome advice - plus as I do have to accommodate the 07 machine
ongoing if there is an outline of differences I would welcome a point of
reference on this. thanks
Access03 but is throwing an error on the one machine with Access2007:
If Me.TollLotSubRpt.Report!CATtype2 = "n/a" Then
Me.TollLotSubRpt.Report!CATtype2.Visible = False
End If
The error is 'object not found'. It is not finding the
subreport control. This vb is in the Report's Detail 'OnFormat' event. I
deactivated the if/then code and the entire subreport area is blank.
working fine on the Access2003 machines...
Would welcome advice - plus as I do have to accommodate the 07 machine
ongoing if there is an outline of differences I would welcome a point of
reference on this. thanks