Search results

  1. 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...
  2. 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..
  3. 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...
  4. MsAccessNL

    Solved How to work with stacked or tabbed layout?

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

    Solved Autoresize a subform without using code?

    I All the other controls move also..
  7. 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.
  8. 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?
  9. 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..
  10. MsAccessNL

    Function if form isloaded as form or as a subform

    Thnx everybody, this post is solved.
  11. 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.
  12. 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...
  13. 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...
  14. MsAccessNL

    Function if form isloaded as form or as a subform

    This is really a strange forum, i think these replies are more about ego, then about the content. Thank you very much of saying to me that the code is useless. An explanation about what problems a could encounter would be welcome, that’s the purpose of my post as i pointed out in the beginning.
  15. MsAccessNL

    Function if form isloaded as form or as a subform

    Sorry something went wrong
  16. MsAccessNL

    Function if form isloaded as form or as a subform

    Try :IsOpen(Form_F_Test) and see what happens, do not use Forms!F_Test
  17. MsAccessNL

    Function if form isloaded as form or as a subform

    I was looking for a (short) function that checkes if a form isloaded as a form and also if it's loaded as a subform. I have found some posts about this subject. The currentproject.allforms...isloaded seems not to work when the form is opened as a subform so you have to check this with another...
  18. MsAccessNL

    Solved it's Magic you can store data in a closed unbound form!

    I really don’t know hiw to reply. I didn’t want to attack anybody. You, and others are much more experienced the I am, Yes that’s correcr. My thoughts about the analysis was wrong, yes. If you take a deep breath and look at my questions again tomorrow, you will interpret them may be different. I...
Back
Top Bottom