Search results

  1. MsAccessNL

    Linking Outlook calender with MS Access 2016

    Het zit je niet echt mee geloof ik, overal word je tegengewerkt. Je link nr stack overflow geeft volgens mij je antwoord?
  2. MsAccessNL

    How to get sticky lines like in Relationship View?

    Thanx Arnlgp, exactly what i am looking for! The next step is to save the changed positions, so when you reopen the form you get the last created layout. I think a table with top left positions of the controls. A new idea is always more work then you intentially expected. Thanx for helping me...
  3. MsAccessNL

    Fetch change in linked Sharepoint table?

    I have seen a post about running code asynchronously with excel vba..
  4. MsAccessNL

    Fetch change in linked Sharepoint table?

    Thanks for the information Doc! The company website is using a php MySql database, may be I can use a1 table on the server? And i have to google data-based triggers. I have made a test database with a timer event that was checking for a certain (very small) text file on onedrive, if it was...
  5. MsAccessNL

    Fetch change in linked Sharepoint table?

    I want to trigger code when data in a linked sharepoint table has been added. I want to establish communication between two seperate access db’s thru a sharepoint table. I could run code on a timer, but this would be every second, this could conflict with other code. A possible solution could be...
  6. MsAccessNL

    How to get sticky lines like in Relationship View?

    Is it possible to get sticky lines as show in the table relationship overview? I want to make a workflow interface where the different stations (=Subformcontrols) are draggable (this part is already working). It would be nice if the connection lines between the stations would also move along...
  7. MsAccessNL

    Solved Need some advice for the design of Products table

    I agree with you in terms of investement and time. I already proposed to my client to look at already available systems. I think, in my case, that they are looking for a tailor made solution (they are producing 6 specialized products). I think it can be done in Access, but it will be a big...
  8. MsAccessNL

    Solved Need some advice for the design of Products table

    I am working on a similiar project. I am building a serialized bom structure for a Dutch company building solar cell calibration equipment.. I started with searching for examples. Here are some links of software sites with info about Bom inventory and MRP (Material Resource Planning). I am...
  9. MsAccessNL

    Round Image in Report

    He use two overlapping pictures, but the first one is made with photoshop with a transparent circle, he doesn’t tell how he has made that, please share me when you find out..
  10. MsAccessNL

    Solved How to work with stacked or tabbed layout?

    Thank you for this usefull information! I will try it out in design and remove them later, just as you are proposing. I see the cells have properties, so i assume you can address them with vba to? (If you use the layout option together with a subformcontrol with it's anchor property to both, it...
  11. MsAccessNL

    Solved How to work with stacked or tabbed layout?

    How do you get this empty boxes/spaces in a stacked or tabbed layout.?
  12. MsAccessNL

    Solved Autoresize a subform without using code?

    I figured it out, it's using stacked layout, that makes all the the other controls move along with the subform.
  13. MsAccessNL

    Solved Autoresize a subform without using code?

    I All the other controls move also..
  14. MsAccessNL

    Solved Autoresize a subform without using code?

    This subform in Northwind Traders auto resizes itself without any code? Also al the other controls adjust to the subform size automatically. In design view the subform control is only 1 cm high.
  15. MsAccessNL

    Access on the cloud

    I was experimenting with this concept to. I was thinking about standalone databases wich sync by sending changes with rest api. I got a test version working by using one drive with small text files. Does Firebase has some kind of Hook which can trigger a notification that a record has been changed?
  16. MsAccessNL

    Genital mutilation....

    i Love monty python, did you know that the code python is invented in the 80/90’s ( this so called new language) by a Dutchman and that the name came from Monty Python..
  17. MsAccessNL

    Function if form isloaded as form or as a subform

    Thnx everybody, this post is solved.
  18. MsAccessNL

    Function if form isloaded as form or as a subform

    Wow, your code is so much shorter then mine. This is Exactly what I was asking for in my post . Thnx.
  19. MsAccessNL

    Function if form isloaded as form or as a subform

    Again, very strange conversation. Upload a databse for 3 lines of code? I think the information i have given is sufficient. Read my post again, my question is clear and the instructions are clearly given I I have also stated that you don’t have to reply. I really don’t get the irritation. May be...
  20. MsAccessNL

    Function if form isloaded as form or as a subform

    Probably you mist my docmd.close command. It’s no a real long code,did you take the time to read it well and test it. The thing is that using Form_F_Test” wlll probably open the Form F_Test hidden (if there is no F_Test open already) .Noe you can check the property Form_F_Test.visible = false...
Back
Top Bottom