first post

maybe this is not the correct subforum for my question, but i didnt see any better one... a mod might move it if there's one that suits better...
anyway, here is what i want to do:
I use the documentclass report, cause i want to use chapters. After the \chapter{} command, i want to write a short introduction on what will be written in this chapter (it's a scientific work). And after that comes the first \section{} command. But now Latex makes page breaks after my short introduction to the chapter / before the first \section{} command in that chapter. I think this is unnecessary, as that introduction is mostly only half a page. Note: I DO WANT Latex to break the page before a new chapter begins (which is standard), but i DO NOT WANT it to break the page between the chapter and the first section command in that chapter...
I wasnt really successful doing this with \nopagebreak[number]. The command \begin{samepage} \end{samepage} does what i want, but the formatting in that command is horrible (every header stays now on the page until it REALLY is finished, i.e. it writes over the page numbers etc...).
I also tried a search on this forum as well as a google search, but i didnt find anything really useful
any help is really appreciated here!
thanks