Search results

  1. D

    ACCDE and VBA Code

    Hi I don't really know what was the problem. But the following procedure helped... I went back to the VBA code and found an event which didn't include any code. I deleted that event went to Debug\Compile Academic and after recreating the ACCDE it worked again... Strange but I hope it helps...
  2. D

    Before Form_Load

    Would be great if you could describe a little bit in more detail.
  3. D

    ACCDE and VBA Code

    Hi Strange it worked fine until now. I made some more changes in the VBA Code which works great as long as I don't create the ACDE file. As soon as I create the ACDE file it doesn't run my VBA code anymore even I set macros + the path you described above. I even noticed that the file become...
  4. D

    Before Form_Load

    Hi Guys Is there an event fired as soon as I open the db even before Form_Load? Probably it is possible to do it with a module. I want to put some code inside to load a default form and disable the ribbon etc. thx
  5. D

    Auto hide the ribbon & menu bars on load

    I tried the code to hide the navigation pane. But it doesn't work. It closes the whole windows instead??? Any idea why? Code i used: DoCmd.SelectObject acTable, "MSysObjects", True DoCmd.RunCommand acCmdWindowHide
  6. D

    ACCDE and VBA Code

    Hey you guys saved my life.... big big thx. I actually had macros on but putting the trusted path did the trick. Cheers
  7. D

    ACCDE and VBA Code

    Hi Guys After I created and ACCDE file my Macros Scripts seems not to work anymore (Code Builder). But just the ones I wrote manually in the Code Builder. By the way is there a way in Access 2007 to put a password to some tables? Thx d_rool
  8. D

    Columnar Report

    Thanks for pointing me to the right direction. How I finally solved it see attachement.
  9. D

    Filter with combo boxes

    Hi Guys I tried a couple of things already but I just can't figure it out how the forms or controls are connected together. Here an example what I want to achieve: I want to have a first combobox which shows me all the customers. As soon as I choosed a customer I want to show in a second...
  10. D

    Columnar Report

    Thank you very much for the fast reply. I managed to do a query in which i can use the PK as the paramter manually. But how can I connect it to the form?? How can I show just one result per page... see attachement what I want. I don't want a table view...
  11. D

    Columnar Report

    Hi Guys I created a form to key in data which works great. Now I want to put a button to the form which opens a report linked to the current Primary Key of the form so that they can print it out. How can I do that? At the moment when I try to create a report it shows me all the results:( Or...
Top Bottom