Подсчитать количество строк после выборки |
Dim dbs As DAO.Database Dim rsSQL3 As DAO.Recordset Dim strSQL3 As String Set dbs = CurrentDb strSQL3 = "SELECT count(id_report) FROM tbl_counting_reports WHERE in_work =" & 0 & "" Set rsSQL3 = dbs.OpenRecordset(strSQL3, dbOpenSnapshot) MsgBox (rsSQL3)
https://www.sql.ru/forum/1315641/podschitat-kolichestvo-strok-posle-vyborki
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |