June 2002
Beginner to intermediate
832 pages
19h 43m
English
Most of the techniques that you saw with forms apply to reports as well. As with forms, the goal is to bring over as little data as possible. The following are techniques that you can use to limit the data sent over from SQL Server when you build MDB applications:
Use the WhereCondition parameter of the DoCmd.OpenReport method
Use the Filter property of the report
Build the record source of a report dynamically
Base the report on a parameter query
Base the report on a view
Base the report on a pass-through query
Base the report on a stored procedure
When you use the WhereCondition parameter of the DoCmd.OpenReport method, Access includes the WHERE clause that you specify in the
Read now
Unlock full access