CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    116

    Inserting table into report

    Hi all,

    I currently have an old report template but that report does not have any table field which always return me an error "THe report has no tables." Is it possible to create a table without starting from scratch?

    Thanx

  2. #2
    Join Date
    Oct 2007
    Posts
    7

    Re: Inserting table into report

    Yes. You can change the datasource location. From the "Database" menu drop down, select "Set datasource location". From here, you find the new datasource and map the existing report's fields to the new fields in your new datasource.

  3. #3
    Join Date
    Jul 2004
    Location
    Chennai, India
    Posts
    1,064

    Re: Inserting table into report

    or Click "Do verify database" which will prompt you to map the columns
    Madhivanan

    Failing to plan is Planning to fail

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