Results 1 to 3 of 3

Thread: [RESOLVED] display only one record in report

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    122

    Resolved [RESOLVED] display only one record in report

    hi..how do i display only one record from a table in a data report? instead of displaying every record stored in the database from a specific table? thanks.

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Arrow Re: display only one record in report

    For this you have to fill the data report at run time, Make the data report pass the SQL query for one record in the VB.
    How you are making the data report are you using the data environment?
    If yes the use this
    DataEnvironment1.ReportName (Val (Text1.Text))

    Here in the Textbox contain Particular employee code

    Hope you know how to make the data report!!!!!!!!!!

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    122

    Re: display only one record in report

    erm i dont quite get this..can u explain further? i have a form where student registration is made and once details have been saved, users are able to print a report showing the details recently saved..how do i do so?

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