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

    Datareport - with Record number

    Hi all,

    How I can retrive the record number with records in Data Report. I have not any serial number fields.

    MS-Access DataBase
    -------------------------------------------------
    SQL = "Select Name, Age from Students"
    -------------------------------------------------

    ===============
    S.No. Name Age
    ===============
    1 Siva 30
    2 Hari 25
    3 Guna 35
    : "" :
    100 Ravi 40
    ===============

    Pl's help me.

    Regards

    P.AnbuSelvan
    Erode

    Mail to [email protected]


  2. #2
    Join Date
    Jan 2001
    Posts
    365

    Re: Datareport - with Record number

    Hi,

    I think this is not possible in data report.if ur database is samll, better to create another table at run time with serial no field,other fields and display the contents in data report.





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