Anyway, got it yesterday, have read a few chapters. I'll read some more
"William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> wrote in message
news:ukJSa38IHHA.4712@TK2MSFTNGP04.phx.gbl...
> Hummm... It must be the jokes about Cleveland. ;)
> I've been offline for 5 days due to the storm. Perhaps you'll have it by
> Christmas. The stores in the UK should carry stock...
> --
> ____________________________________
> William (Bill) Vaughn
> Author, Mentor, Consultant
> Microsoft MVP
> INETA Speaker
>
www.betav.com/blog/billva >
www.betav.com > Please reply only to the newsgroup so that others can benefit.
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> __________________________________
> Visit
www.hitchhikerguides.net to get more information on my latest book:
> Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
> and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
> -----------------------------------------------------------------------------------------------------------------------
>
> "Vayse" <vvv> wrote in message
> news:OpWMomCIHHA.1264@TK2MSFTNGP03.phx.gbl...
>> Guess you must be popular here in Ireland, as the book is actually sold
>> out, and I have to wait until next week for more stock to come in.
>>
>> "Vayse" <vvv> wrote in message
>> news:Oym3cr2HHHA.1252@TK2MSFTNGP02.phx.gbl...
>>> Your book is on the way to me, so if I'm still confused after reading
>>> it, expect a post from me on your site!
>>> Thanks
>>> Vayse
>>>
>>> "William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> wrote in message
>>> news:uGoNVViHHHA.924@TK2MSFTNGP02.phx.gbl...
>>>> Sorry, you're right. It was Chapter 16 but we combined two really long
>>>> CLR Executables chapters into one humongous chapter which pulled
>>>> Chapter 16 down to 15. If you still have questions after buying it, get
>>>> up on the book's support site and ask your question again. I check
>>>> there first every day...
>>>>
>>>> --
>>>> ____________________________________
>>>> William (Bill) Vaughn
>>>> Author, Mentor, Consultant
>>>> Microsoft MVP
>>>> INETA Speaker
>>>>
www.betav.com/blog/billva >>>>
www.betav.com >>>> Please reply only to the newsgroup so that others can benefit.
>>>> This posting is provided "AS IS" with no warranties, and confers no
>>>> rights.
>>>> __________________________________
>>>> Visit
www.hitchhikerguides.net to get more information on my latest
>>>> book:
>>>> Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
>>>> and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
>>>> -----------------------------------------------------------------------------------------------------------------------
>>>>
>>>> "Vayse" <vvv> wrote in message
>>>> news:O8TuWqdHHHA.1264@TK2MSFTNGP03.phx.gbl...
>>>>> According to
>>>>>
http://www.hitchhikerguides.net/BookVS2005/TOC/default.aspx there are
>>>>> only 15 chapters in your new book, so I'm sure you can understand why
>>>>> I'm not rushing off to buy a book for a mysterious chapter16!
>>>>> Still, I guess I'll have to buy it, as it seems my only option at the
>>>>> moment.
>>>>>
>>>>>
>>>>> "William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> wrote in message
>>>>> news:uxrO6rUHHHA.420@TK2MSFTNGP02.phx.gbl...
>>>>>> So, you just spent the last 2+ years working on a new project. Would
>>>>>> you like to hand it out for free to anyone who asks? In this case, I
>>>>>> expect the (rather long) chapter on Reporting would have to read
>>>>>> almost in its entirety to get a good understanding of the
>>>>>> ReportViewer control. What you're asking for cannot be sent in a
>>>>>> short email...
>>>>>>
>>>>>> --
>>>>>> ____________________________________
>>>>>> William (Bill) Vaughn
>>>>>> Author, Mentor, Consultant
>>>>>> Microsoft MVP
>>>>>> INETA Speaker
>>>>>>
www.betav.com/blog/billva >>>>>>
www.betav.com >>>>>> Please reply only to the newsgroup so that others can benefit.
>>>>>> This posting is provided "AS IS" with no warranties, and confers no
>>>>>> rights.
>>>>>> __________________________________
>>>>>> Visit
www.hitchhikerguides.net to get more information on my latest
>>>>>> book:
>>>>>> Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
>>>>>> and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
>>>>>> -----------------------------------------------------------------------------------------------------------------------
>>>>>>
>>>>>> "Vayse" <vvv> wrote in message
>>>>>> news:Oy80xQQHHHA.536@TK2MSFTNGP02.phx.gbl...
>>>>>>> Since I don't have your book to hand, could you provide a sample of
>>>>>>> what you mean?
>>>>>>>
>>>>>>> "William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> wrote in
>>>>>>> message news:emXj%23JvGHHA.420@TK2MSFTNGP02.phx.gbl...
>>>>>>>>A report can be sourced from any number of data sources. As I
>>>>>>>>describe in Chapter 16? in my new book, you can choose to join the
>>>>>>>>tables in a SELECT to provide a single rowset on which to report or
>>>>>>>>return several rowsets from separate queries.
>>>>>>>>
>>>>>>>> --
>>>>>>>> ____________________________________
>>>>>>>> William (Bill) Vaughn
>>>>>>>> Author, Mentor, Consultant
>>>>>>>> Microsoft MVP
>>>>>>>> INETA Speaker
>>>>>>>>
www.betav.com/blog/billva >>>>>>>>
www.betav.com >>>>>>>> Please reply only to the newsgroup so that others can benefit.
>>>>>>>> This posting is provided "AS IS" with no warranties, and confers no
>>>>>>>> rights.
>>>>>>>> __________________________________
>>>>>>>> Visit
www.hitchhikerguides.net to get more information on my latest
>>>>>>>> book:
>>>>>>>> Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
>>>>>>>> and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
>>>>>>>> -----------------------------------------------------------------------------------------------------------------------
>>>>>>>>
>>>>>>>> "Vayse" <vvv> wrote in message
>>>>>>>> news:urg6ewuGHHA.3468@TK2MSFTNGP04.phx.gbl...
>>>>>>>>> Hi
>>>>>>>>> I have a report in a report viewer control, based on Clients
>>>>>>>>> dataset. The fields are like this
>>>>>>>>> ClientName
>>>>>>>>> ClientID
>>>>>>>>> LastYearPremium
>>>>>>>>> RenewalDate
>>>>>>>>>
>>>>>>>>> My report would display all renewals due in a particulat month,
>>>>>>>>> say Jan 2007. Works fine.
>>>>>>>>> These clients pay an annual premium, and some pay in advance. So
>>>>>>>>> they may have an entry in the Transactions table. I'd like to add
>>>>>>>>> another field to my report, which would show how much they paid
>>>>>>>>> this year.
>>>>>>>>> Whats the best way to do this?
>>>>>>>>> Is there a way to link up two datatables, and use that as the