+ Reply to Thread
Results 1 to 2 of 2

Error retriving data from Access

  1. #1
    Registered User
    Join Date
    03-12-2007
    Posts
    4

    Error retriving data from Access

    Hi

    I have the following error when running this piece of code

    Runtime error 3265

    Item not found in this collection

    Please Login or Register  to view this content.
    I have the field "name" in both my Job table as well as my Customer table

    How do I display the one in job? Job.name doesn't seem to work ...

    Thanks a mil

  2. #2
    Forum Expert
    Join Date
    11-23-2005
    Location
    Rome
    MS-Off Ver
    Ms Office 2016
    Posts
    1,628
    When you get an error referinf field with:
    Please Login or Register  to view this content.
    do so:
    Please Login or Register  to view this content.
    omitting the table name.

    If in your select you do the double selection of the same name field, for instance:
    select table1.Id, table1.Lastname, table2.Id, table1.OrderNum where table1.Id = table2.Id
    in this case you will not get error refering rs("table1.Id") or rs("table2.id")

    Regards,
    Antonio

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1