jet-sql
MS Access SQL - Capture changes in status over time
I have an Access 2007 database that tracks document progression through time. The progression goes like:[详细]
2023-04-02 12:43 分类:问答sql subqueries, grouping and a bit of math
this counts all items in B and groups on A: SELECT A, Count(*) AS [Count All] FROM MyTable GROUP BY A; this counts all 1s in B and groups on A:[详细]
2023-01-28 05:48 分类:问答I seek a PDF paginator
More precisely, I need software that will allow me to consume existing PDF instances, decorate them with page numbers, or page-number-like writing, then write them back to the filesystem.I\'ll happily[详细]
2022-12-24 16:33 分类:问答