Search results

  1. MsAccessNL

    What was/is your "largest" access project

    Thats’s quite an impressive cv you build over the years. I have a client who is looking for a serialized bom inventory system. It’s a small manufacturing company wich produces only 6 (highly technical) products. Do you have any tips on setting up a serialized bom structure with components and parts?
  2. MsAccessNL

    Disable Window Close Button

    i have made an application where with the runtime version (menu hidden) the close button was pressed when closing a report in preview. I made a hidden form, with a msgbox on unload event. Private Sub Form_Unload(Cancel As Integer) If MsgBox("Do you want to close the database?" & vbCrLf &...
  3. MsAccessNL

    Disable Window Close Button

    You forgot to read the copyright text?
  4. MsAccessNL

    Download a PDF file directly from the webpage to computer.

    Can you share the url, i have some code that might work.
  5. 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?
  6. 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...
  7. MsAccessNL

    Fetch change in linked Sharepoint table?

    I have seen a post about running code asynchronously with excel vba..
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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..
  14. 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...
  15. MsAccessNL

    Solved How to work with stacked or tabbed layout?

    How do you get this empty boxes/spaces in a stacked or tabbed layout.?
  16. 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.
  17. MsAccessNL

    Solved Autoresize a subform without using code?

    I All the other controls move also..
  18. 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.
  19. 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?
  20. 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..
Back
Top Bottom