HTML, CSS, batch commands, and Javascript examples that I have used in my library work. Short entries, designed as quick reference. By Len Davidson at CUA Law Library
Navigation
▼
3/28/2014
Using Count in Access report
In a Microsoft Access report, want to have numbered list, list with count along side of the items:
& IIf([Count_var]=Count(*)," ",", ")
Define a text box Count_var, with Control Source =1, and Running Sum "Over Group"
No comments:
Post a Comment