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

    data report problem

    How to generate serial number in data report.
    the command contains query using inner join and group by clause.
    Last edited by aminur; December 23rd, 2022 at 08:56 PM.

  2. #2
    Join Date
    Jan 2001
    Posts
    365

    Re: data report problem

    hi,

    i dont think, there is a option for display the serial no in data report.
    if u realy want this u can do this. create a new table with serial no field and also the output of other fields (whatever) and insert into all the valeus to new table. and display it. after ur operation is done u can delete the table.

    thanks

    Bala
    Prelude Solution Providers (P) Ltd.
    Chennai.India

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