|
-
Aug 2nd, 2006, 03:50 AM
#1
Thread Starter
Fanatic Member
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
-
Aug 2nd, 2006, 05:57 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|