Recent content by Wesselcram

  1. W

    MS access: different layouts for each generated page in Report

    Some createsql code doesn't work. Abviously for the same reason as the reports in design view. It might not be the best code written but it works. I think I will choose to not use accde. Since it will costs too much time to rewrite the code. Thanks again for the information.
  2. W

    MS access: different layouts for each generated page in Report

    Hi, No, unfortunatly I did not and I just found out. Also I discovered some other functions of the database which are not working correctly when carried out in accde. The database is distributed to 2 - 3 users/computers (with a network). Beside that users can change code, how bad is it to use...
  3. W

    MS access: different layouts for each generated page in Report

    Dear vbaInet, I managed to open de report in designview and set everything in place. I did not remove everything. Instead, i hide most of the labels and unhided them when needed. Anyway it works and thanks for your help. Wessel
  4. W

    MS access: different layouts for each generated page in Report

    Thanks for your thoughts. There a quite a few possibilities (100+). Besides I might need to make more adjustments in de future. I am now working on the following procedure. For each personsID I: 1 open a blanc report with VBA in designview. 2 programmatically assemble the report. 3 close...
  5. W

    MS access: different layouts for each generated page in Report

    Thanks for replying. I think I mixed up the terminology. The report is already set up with a group's footer section and the Force New Page set to true. I am programming questionnaires for my product research company. The layout of the questionnaire is basically an empty table formed by empty...
  6. W

    MS access: different layouts for each generated page in Report

    I found so many useful answers through other questions, many thanks for that. But now I have a specific question which I yet could not found the answer to. Hopefully any of you can help me.. I have an access table stored with information of different people. Each person has his own ‘personID’...
  7. W

    cannot populate listbox

    Works like a dream! Thanks! Wessel.
  8. W

    cannot populate listbox

    Hi, First of all thanks for all the many, many helpfull information these forums are providing me. However I've uncountered a problem im not able to solve just yet. I want to fill my 2-column listbox on a form with the help of the following VBA code: Option Compare Database Private Sub...
Back
Top Bottom