Search results

  1. A

    Multiple fields and remove duplicates

    I've attached Example Database and Result of what I would like to help with, been search for months but no luck. Thanks very much for checking/helping.
  2. A

    Query Distinct and Concatenation

    Please help with the query below, I would like to make it display like the attached image but couldn't work out how to. Thanks. SELECT tblSONG.CallNo, tblSONG.ID, tblSONG.Title, [tblSONG-ARTIST].Artist, [tblSONG-GENRE].Genre, tblLYRIC.Lyric FROM tblLYRIC INNER JOIN ((tblSONG INNER JOIN...
Back
Top Bottom