Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: preventing duplication in inner join

    Uh-oh, that didn't work. Because DISTINCT only eliminates duplicate rows, I still get the following result set (based on the sample data above):

    BuyListingID   SellListingID    ProductID

    1                 10                 1

    1                 11                 1

    2                 10                ...

  • RE: preventing duplication in inner join

    Gee....it's that simple?

    Thanks for the help!

  • RE: Multiple Column Joins

    Thanks for your help! I'm not sure why the query didn't work, however I was able to work around the problem by using a table variable to hold possible matches,...

  • RE: Visual Database Browser

    Thanks a lot for everyone's help! That worked great.

  • RE: Visual Database Browser

    ok, before I downloaded anything, I thought I would start by trying to bring in the MSDE tables via Access External data. However, when I try to set up MSDE...

Viewing 5 posts - 1 through 5 (of 5 total)