Search results

  1. MsAccessNL

    Load Web Calendar into an access form

    Google for an html calendar, wich is ie11 compatible, post it and I will take look to have it working.
  2. MsAccessNL

    How you Reboot Yourself when Depressed?

    You have to read books about personal development, spirituality, mindfullness, flow, meditation and happiness. Your thoughts are just thoughts they don't represent reality. You are lonely because you think your are lonely, You think that you need to have a degree, you think that you have to live...
  3. MsAccessNL

    Keep Cursor in same spot after Requery

    Did you see the post of Mike from nolongerset?
  4. MsAccessNL

    Am I alone?

    According to the beliefs of P, you must be the luckiest man in the world with 7 children. So you are living in total happiness, never feeling alone or depressed, just enyoying all this happiness and fulfillment, your 7 children (and there family) are valuntarely bringing you every day?
  5. MsAccessNL

    How does Access create a continuous form?

    i got the 404 error to..
  6. MsAccessNL

    How does Access create a continuous form?

    I wanted to know how Access creates a continuous form. I understand the confusion with the answer from chatgpt, how to make a continuous form with vba, but that’s not the answer i was looking for…
  7. MsAccessNL

    How does Access create a continuous form?

    Can’t we track the guy who invented this option? Assuming he is still alive, he/she should be out there somewhere. May be we canask this guy: https://www.linkedin.com/in/clint-covington
  8. MsAccessNL

    How does Access create a continuous form?

    I am curious to, but chatgpt is cant’t be accessed for many days know (from Holland), I think they get to many requests. We are already depending on this new feature on the internet.…On the otherside, i am surprised that google (after all these years) stil comes up with all these useless hits...
  9. MsAccessNL

    Solved NotInList Problem

    I would try to put the line “Response = acDataErrAdded” after the exeCute line. I don’t know if this is the solution, but i woutd try it out.
  10. MsAccessNL

    How does Access create a continuous form?

    I am really curious how Access assemblies a continuous form. I tried googling it , and found out that it’s quite a special feature.
  11. MsAccessNL

    The GPT can comment your code.

    I am currently working on a serialized bom inventory system. What kind of products is your inventory system based on?
  12. MsAccessNL

    JSON/Web Scrapping woes...

    The page https://cage.dla.mil/Search/Details?id=70 Gives quite some information, are you looking for specific info from this site?A quicker option is to let Access fill the inputfield with your request, download the whole page with msxml into your database and show it in your webbrowser...
  13. MsAccessNL

    JSON/Web Scrapping woes...

    You have to make a distinction between a rest api request. The provider has to have information about the api and mostly you need the have an api key. On the other hand you have the option to use webscraping. For webscraping you have to inspect the webpage and learn about the xml dom document to...
  14. MsAccessNL

    Solved different aggregates from the same column

    I think you have to look at building a form, there are form wizards to start with. Building a form where you select a contact and a subform will show all his payments and payment details (subscriptions) is easier then building a complex pivot query.
  15. MsAccessNL

    Move or Remove focus from open form

    Breathe, meditate and breathe again. I love you to. The reason i want to do these two commands is not the issue, it would take to much time to explain. (And the user must be lighting fast to change the object between these two commands..) But Please, let’s keep the reply’s restricted to possible...
  16. MsAccessNL

    Move or Remove focus from open form

    Strange, what is your code to set the focus to the control on the main form? Reason: i think i found an easy way to create an Accordeon table/subform view (like on websites) I have to overcome a view small problems like this one.
  17. MsAccessNL

    Move or Remove focus from open form

    I still get an error when i set the focus to a control on the main form first.
  18. MsAccessNL

    Move or Remove focus from open form

    When I run these two commands: "DoCmd.RunCommand acCmdLayoutView, DoCmd.RunCommand acCmdFormView" from a cmdButton on the mainform it will work but from a subform it doesn't. When I move the focus to another openform, the docmd works. My question is to remove the focus from the main form...
  19. MsAccessNL

    Solved Form - Subform Conflict

    There are quite some hits, also youtube, when you google Access Library database. Access has also a working Bookstore/library template, but probaly with macro's in it. https://answers.microsoft.com/en-us/msoffice/forum/all/creating-a-library-system-on-access/9af26480-8c09-46ea-9497-487df8f4a307...
Back
Top Bottom