Manual report detail usage?

D

Dennis

In Access 2003, I need to manually spin through a table and populate
individual detail lines of a report using VBA. This is in lieu of writing a
query to make this happen (long story). So if I have 5 qualifying records in
a table, I generate 5 detail lines in the report.

Can someone please point me in the right direction for this?

Any insight would be most appreciated.
 
C

Chuck

In Access 2003, I need to manually spin through a table and populate
individual detail lines of a report using VBA. This is in lieu of writing a
query to make this happen (long story). So if I have 5 qualifying records in
a table, I generate 5 detail lines in the report.

Can someone please point me in the right direction for this?

Any insight would be most appreciated.

Make record source for the report be a query. Make query return only
qualifying records.

Chuck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top