F
Fee
I am working with a MS Access Database created by someone else and
when I try to run an existing report,
I received this message. This was a working report. The coding for the
report is noted below the error message.
Microsoft Visual Basic Error Message:
Compile error: Ambiguous name detected:IntiToc
Can someone help me on what I need to do or look for to eliminate this
error?
Microsoft Access Database:
Option Compare Database
Private Sub PageFooterSection_Print(Cancel As Integer, PrintCount As
Integer)
Call UpdatePageNumber
End Sub
Private Sub PageHeaderSection_Print(Cancel As Integer, PrintCount As
Integer)
Call UpdateToc([SECT_NUM_NAME], Report)
End Sub
Private Sub Report_Open(Cancel As Integer)
Call InitToc
End Sub
when I try to run an existing report,
I received this message. This was a working report. The coding for the
report is noted below the error message.
Microsoft Visual Basic Error Message:
Compile error: Ambiguous name detected:IntiToc
Can someone help me on what I need to do or look for to eliminate this
error?
Microsoft Access Database:
Option Compare Database
Private Sub PageFooterSection_Print(Cancel As Integer, PrintCount As
Integer)
Call UpdatePageNumber
End Sub
Private Sub PageHeaderSection_Print(Cancel As Integer, PrintCount As
Integer)
Call UpdateToc([SECT_NUM_NAME], Report)
End Sub
Private Sub Report_Open(Cancel As Integer)
Call InitToc
End Sub