I have an Access 2007 database that tracks document progression through time. The progression goes like:
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:
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