Recent content by Knives

  1. K

    I need help with conditional Icons/Pictures

    You want it to automatically change depending on the checkboxes, something like this? I feel bored and so I modified the database file, feel free to use it...
  2. K

    Solved Image Control Source

    I just tried it myself... The images came from external source so that your MS-Access database will not become bloated. here's the result.. I will also attach the original MS-Access database file...
  3. K

    Continuous Form

    Here's the MS-Access .accdb file so you can try and modify it according to your needs...
  4. K

    Continuous Form

    Have you find solution to this problem? He is right, the biggest problem in this case is the limitation of the controls that can be used inside a form. I've tried something else here... where I only used one control under a tabular form... It can accommodate unlimitted number of records...
  5. K

    Question regarding VBA code displaying images in tabular form view

    Yes, I guess so. That became my problem too few hours ago because the Microsoft's recommendation doesn't work but I've found my answer when someone in this forum had mentioned it. It helps a lot.
  6. K

    Question regarding VBA code displaying images in tabular form view

    Hello! Have you solved this problem? Everything in your code is fine except the Image Control, simply change its properties: Image Control --------------------------------- Name: ImageFrame Picture: (none) Control source: txtImageName (the field from your table which contains the path and name...
Back
Top Bottom