Results 1 to 2 of 2

Thread: datareport urgent help

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2006
    Posts
    977

    datareport urgent help

    Hi
    I want to generate a report Based on the following query

    SQL = "SELECT * from test inner Join Client on test.ClientID=Client.ClientID"
    SQL = SQL & " inner Join Event on test.EventID=Event.EventID inner Join Duration on test.IntID=Int.DurationID"
    SQL = SQL & " INNER JOIN Room on test.RoomID=Satellite.RoomID inner join Guest on test.GuestID=Guest.GuestID where BID=4"

    I will be using the Data report present in VB6(my database is Access)
    in My Report I want to display the Following Fields:
    Client
    Event
    Duration
    Room
    Guest...

    How can I do it?

    thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: datareport urgent help

    Moved to Reporting section

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