Recent content by davelarue

  1. D

    Using MAX(): How to include next parameter...

    In this tutorial http://www.databasedev.co.uk/access_max_function.html - I want to add a third column in the result above (pic) = strProductName (name of the product). Any ideas how i do this? Thx, David
  2. D

    Newbie to Access

    Hi, New to this forum, and i think its a great initiative! I need 10 posts, so i can post my technical question. Thats why i'm going crazy below here.... ;) Thx, davelarue
  3. D

    Using MAX(): How to include next parameter...

    Using the MAX(): i searched internet and found a tutorial. databasedev tutorial from this tutorial, how do i include strProductName in the query? This is an example, and i am doing the same for another report which has 10000 entries. If i just include strProductName in the query, then i don't...
  4. D

    Subtract one table from another (difference)

    To make things clear, i made an example. Column B represents the data which are same for both tables. The right table has 1500 entries, left table has 500 entries (which are duplicates in right table). I want the result to be right table with 1000 unique records...
  5. D

    Subtract one table from another (difference)

    Hello, What is the simplest way to subtract the contents of table A from table B? One of the columns of table A contain duplicated entries of a column in table B. What i want is the opposite of: "Only include rows where the joined fields from both tables are equal" Thank you. David
Back
Top Bottom