Data Report Section Missing
Hi, I've been making a data report that reads from a database. All of the textboxes are linked correctly. Sometimes when I try to show the report, the main section is missing and the footer is directly under the header. Other times it works fine. When I compile the project, the same section is always missing. Any advice as to what is going on or what I'm doing wrong?
Re: Data Report Section Missing
welcome to vbf
did you rename any section of your datareport?
Re: Data Report Section Missing
No, I have not renamed any specific section. Only the datareport itself when I made it. The information in the report gets generated from a database when the user enters some variables. I just don't know why it will show all sections sometimes and then the Detail section disappears other times. Then I have to fiddle with the report or recreate it and it will work again for a while and then the same section will disappear, it looks as though the header and footer merge and delete the detail section... Very frustrating. Any suggestions?