On MS Access applications, usually I use subreport objects with SQL queries of their own, linked to the main report…
-
-
The problem: When we use formulas on text boxes in the report footers of MS Access reports, such as "=sum(a_field_in_header)",…
-
Problem: Reading records from the database and instead of using DLookup or querying the database all the time, to improve…
-
Microsoft programmers are always very particular on their way of approaching problems. Since they are the "biggest" software developers in…