CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Sep 2002
    Location
    England
    Posts
    530

    How do I 'concatenate' snapshot reports (Access VBA)

    Hi,

    I have a number of access databases which I loop through, run the same query on, and end up with a snapshot of each.

    I am looking to 'concatenate' or similar these snapshots so that they can be displayed in just one report. How can I do this?

    Alternatively, can I run this query on each of these databases and continually write the report info to a single snapshot file until all databases are looped through? If so, how do I do this?

    Thanks.

    EDITED: Never mind - I have changed the design so that I do not have to deal with report snapshots anymore.
    Last edited by jvbd02; June 30th, 2003 at 01:11 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured