Search results

  1. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    Yes, that makes sense. I forgot about the other form too. I would normally just use this from the continuous form, but having it work in both places is a good thing. You're suggestion will work too, it's just the opposite place of what I did in post #65. I have no problem with doing it that way...
  2. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    Well, let me start from scratch again and see if anything changes. I'm pretty sure all I did was replace the two tables and the item images folder and let the new app prompt for location of the BE. I immediately got that error showing the passed in info was a numeric value. I did later reason...
  3. Mike Krailo

    Trump vs Zelensky

  4. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    Yes, that's exactly what I did. I got the error because the code was simply inserting the numeric Item_ID via openargs and into: Me.imgItemImage.Picture = Me.OpenArgs instead of the full path to the actual image name.
  5. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    I renamed the ItemImages folder and copied my folder in. I'm getting runtime error 2220. Can't find open the file '43'. Is this what you were trying to do: Private Sub Form_Open(Cancel As Integer) If Me.OpenArgs & "" <> "" Then Me.imgItemImage.Picture = GetItemPictureFolder() & "\" &...
  6. Mike Krailo

    Trump vs Zelensky

    You'll get what we give you and like it.
  7. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    I think the main tables are pretty stable. I only swapped out the ItemImages, tblItems, and tblLocations. So doing a split at this point should be OK. We can always stich it back if needed. The new form is frmItemImage and simply opens a larger view of the current image. I added my form and...
  8. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    I started working on another form idea to display a larger image after you click on the smaller image in the item list. Just using a popup form. I just started to realize the pictures are just to small to look at when it's needed to see more detail. That's a fairly easy modification. Just...
  9. Mike Krailo

    Should I Learn MS Access in the AI Era?

    Never thought about that little detail. I wonder if they can read the original constitution?
  10. Mike Krailo

    Trump vs Zelensky

    Is that a JibJab parody? Some of their older video's were so darn funny, I don't know how they do it.
  11. Mike Krailo

    Trump vs Zelensky

    I thought he was talking about Lady Ga Ga. Lol
  12. Mike Krailo

    Trump vs Zelensky

    We all are biased Mark, that's pretty obvious. Each seeing the same thing in a different way. Nothing can change that except maybe where you get your info from. Garbage in, garbage out.
  13. Mike Krailo

    Trump vs Zelensky

    The whole purpose of the Oval meeting on camera was to get to an actual signing of the peace deal. So anything that goes against this purpose is no good. The peanut gallery comment about Z's lack of suit wasn't helping to close the deal. The fact that Trump and Vance allowed Z to play his...
  14. Mike Krailo

    Should I Learn MS Access in the AI Era?

    This is true. Well said. I'm pretty sure those DOGE kids are using AI very effectively to accomplish the task at hand. We all need to get at using it to accomplish our own tasks at hand.
  15. Mike Krailo

    Should I Learn MS Access in the AI Era?

    MS Access is not that hard to learn. It's one of those programs that just won't go away because it's so good at doing what it does which is make it much easier to develop a fully working business solution in record time compared to other methods. When coupled with SQL server there isn't much...
  16. Mike Krailo

    Trump vs Zelensky

    No one cares about pin head democrat talking points anymore. We're after results, they are after sabotage of their political opposition and like to grasp at straws of perception in hopes the public will buy their BS. So what I see here is weak pathetic democrats whining about anything and...
  17. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    Wait, why would there be a prompt when adding a new item? If I select delete, it does work as expected, but if this is a new item, why would there be an associated image? On the second part of changing the name, it does change the name of the image, but as soon as you attempt to remove the...
  18. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    When an item is deleted, the image for that item remains in the ItemImages folder and there are no prompts during the delete action. That is still a problem.
  19. Mike Krailo

    Access Item Genie demo for Organizing / Tracking your Items

    I just downloaded it. So I'll test it out with images that are in the demo. I have a backup of all my data thus far. The settings idea is where this might end up going. I don't plan on removing very many images, so it would just be an occasional thing. I had a big issue this weekend not being...
Back
Top Bottom