Search results

  1. P

    return top 3 fields for each row in another table

    yes but with over 8000 records it doesn't work at all :( i need a different way to do that.
  2. P

    return top 3 fields for each row in another table

    Hi ! I have a 3 tables linked together: SELECT ImeiList.[IMEI IN], SBE_LIBELLES.COMMENTAIRE AS Status, SBE_HISTOFICHES.DATECRE FROM ImeiList INNER JOIN (SBE_HISTOFICHES INNER JOIN SBE_LIBELLES ON SBE_HISTOFICHES.VISA = SBE_LIBELLES.LIGNE) ON ImeiList.[IMEI IN] = SBE_HISTOFICHES.NUMIMEI WHERE...
Back
Top Bottom