Why does this code not work ( Access Visual Basic)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hal Kaelin
    New Member
    • Oct 2010
    • 1

    Why does this code not work ( Access Visual Basic)

    Compile Error Ambiguous name detected: OpenReferenceDo cument

    See attached file

    Private Sub lstRecapFileLis t_DblClick(Canc el As Integer)
    Call OpenReferenceDo cument(RecapFol der & Me.lstRecapFile List.ItemData(M e.lstRecapFileL ist.ListIndex))
    End Sub
    Attached Files
  • danp129
    Recognized Expert Contributor
    • Jul 2006
    • 323

    #2
    There is more than one method (function/sub) that goes by that name in the project and/or referenced assemblies.

    Comment

    Working...