Connecting Tech Pros Worldwide Help | Site Map

Only get 1st record viewed in Report.

  #1  
Old December 31st, 2005, 02:45 PM
AA Arens
Guest
 
Posts: n/a
In "Repords" I used the "New" tool and made a Report in columns.
However, I only get the first record viewed, not the others. What's
going on?

Bart

Access 2003.

  #2  
Old December 31st, 2005, 07:55 PM
Larry Linson
Guest
 
Posts: n/a

re: Only get 1st record viewed in Report.



"AA Arens" <bartvandongen@gmail.com> wrote in message
news:1136039630.248341.274300@g44g2000cwa.googlegr oups.com...[color=blue]
> In "Repords" I used the "New" tool and made a Report in columns.
> However, I only get the first record viewed, not the others. What's
> going on?[/color]

Sounds as though you included a WHERE clause in the RecordSource of the
Report, or opened the Report with a DoCmd.OpenReport and included a
WhereCondition argument (in some paths through the Command Button wizard,
this will be the variable stLinkCriteria).

Larry Linson
Microsoft Access MVP


  #3  
Old January 1st, 2006, 02:05 AM
AA Arens
Guest
 
Posts: n/a

re: Only get 1st record viewed in Report.


I put the field beyond the margins. Problem solved. Thank you.

Closed Thread