Search results

  1. D

    Query numbering in groups in access database ?

    Do you have any solution to solve this problem ?
  2. D

    Query numbering in groups in access database ?

    I write in the C# language your case guide can I apply to the Visual Studio C# language ? I think using SQL to group and number numbers is more convenient
  3. D

    Query numbering in groups in access database ?

    AutoNumber field is not available for this case
  4. D

    Query numbering in groups in access database ?

    in sql server there is a group problem statement: DENSE_RANK() OVER (ORDER BY TABLUONGNV3.HOVATEN) AS STT How to write in sql access issues in groups? I'm not writing well: (Select Count (*) FROM [TABLUONGNV3] as Temp WHERE [Temp].[MANHANVIEN] < [TABLUONGNV3].[MANHANVIEN]) + 1 AS STT SELECT...
Back
Top Bottom