Search results

  1. MsAccessNL

    When to stop learning...?

    I think that learning is a very essential part of life itself. Life is one big learning experience. If you are religious or not, somebody or some entity or life itself, istrying to teach you something, if you can’t crasp that, you will miss the true essence of being alive..
  2. MsAccessNL

    Civil War Beginning in Russia

    Storming the capitol didn’t affect much people, T is running again.probably the Russians wiil react the same, why?, because they are humans like you and I. There is only a difference if you want to see a difference. Let it go, if you where born in Russia, you would have hated Americans, it’s not...
  3. MsAccessNL

    I think I need to pay for some Access help....

    I am not in your timezone (Amsterdam Netherlands) but i am currently working on this fishing contest database for somebody from New Zealand. I am available if you want me to have a look at your db.
  4. MsAccessNL

    Performace - multiple forms opened

    I mostly use a menu at the side or the on the top. The menu wil open the form inside a subform control called FormContainer1. You can set the sourceobject: FormContainer1.SourceObject = "FormName". In this way you never have a lot forms open at the sametime. When i use more forms then I add...
  5. MsAccessNL

    Hide combobox arrow. A better method

    The continuous form must be a subform, the listox is placed on the main form, adjusting its position to current control on the subform.
  6. MsAccessNL

    Hide combobox arrow. A better method

    Use a listbox or subform beneath the text box, listbox.left =text-box.left . You can show the listbox with the on click event or on double click. You can use one listbox for all search textboxes, just set position and rowsource. I even have code to use this system on a continous form.
  7. MsAccessNL

    Preventing end users from using copies of your front end - the solution

    If you ever get in problems with your timer code, I have been experimenting with checking data from the server with Javascript or PHP. This will run async and i got a way to catch the async return into vba. Php code is especially interesting because this code wil run on the server side and will...
  8. MsAccessNL

    Preventing end users from using copies of your front end - the solution

    I fully agree with you and I want to complement you with your design. It looks very slick and modern. Well done!
  9. MsAccessNL

    Preventing end users from using copies of your front end - the solution

    I think this should work. I am always a bit scary to use timer code,especially every second. Vba doesn't run asynchronoustly so i wonder if this Doesn't slow down other processes in Access? Do the experts have an educated point about that? (Don't forget that an experienced developer could get...
  10. MsAccessNL

    VBE custom code colors (syntax highlighting)

    My attention is drawn by the SaveBeforRun setting. Sometimes when I edit my code (without saving) and i run it with an error, the changes are gone, could this be an option that the code is automatically saved before running the code?
  11. MsAccessNL

    Sample Clothing Inventory Database

    Would be great to have a page on this forum with a library of this kind of (older) applications, it would be a great learning page for Access starters and users. May be you have quite a bit more on your shelf.
  12. MsAccessNL

    VBE custom code colors (syntax highlighting)

    Thx for the infoI have been experimenting with the gallaux code to. I am currently using a QHD screen and i want to make the font size in the nav pane and in the vbe explorer pane bigger, do you know a hack to do this?
  13. MsAccessNL

    Presentacion y aportes.

    Hola, quires un Cola? (I know you may shoot me.. estoy un poco aburrido)
  14. MsAccessNL

    Solved A block of HTML code as the Default Value in a Long Text field

    I have a lot of experience with Html in Access. I have working html menu’s and html tables inside access. I store html, css and js in a long text field, don’t enable the rich text option. I need some more info about what you are trying to accomplish...
  15. MsAccessNL

    Method to copy small files as quickly as possible?

    May be the copy folder api from Colin wiil be faster? https://isladogs.co.uk/api-file-copy/index.html
  16. MsAccessNL

    Solved Edit Records from outside the Access DB

    Save your data to a textfile on a shared folder (one drive) let Access check (on timer or other event) if this folder containsa file and import the data, move the file to an archive folder after update. I made a db this way wich checks for updates every second.
  17. MsAccessNL

    Can I set the font size of Ribbon or Nav Pane?

    I am working on a so called QHD (2550*1440) 24 " monitor. The font of the ribbon and the nav pane are very small. Making the font larger in the Windows settings, doesn't have any (or much) effect. Is there a way to adjust the font size?
  18. MsAccessNL

    Opening Website - looking for error

    Did you check if the page will open when the url string contains an incorrect ref nr?
Back
Top Bottom