Recent content by malform

  1. M

    Updating linked images in a form

    Initially I couldnt get it to work. But I messed around with it a little, and found that I had the imageupdate call in the wrong place of all the button functions. But I got it. Thank you very much for your time.
  2. M

    Updating linked images in a form

    Well... I did everything you said... I made the subroutine, and I added it to the places you said... But it still doesnt seem want to update. Nevermind.... I did a little more messing around, and I got it! yay Thank you so very much for your time.
  3. M

    Updating linked images in a form

    Yeah, by default it isnt enabled... You have to click that checkbox next to it for the custom logo option.
  4. M

    Updating linked images in a form

    So, if you click the change button, and select another image, the image changes? For me it changes the path, but doesnt update the imagebox. Unless I close the form and the open it again that is.
  5. M

    Updating linked images in a form

    I have this label maker database, and it has an option for the user to select an image to use on the label they are making. It took me forever to figure out how to add functionality to change the image via a button and selection window. And now that I have it figured out, the darn thing doesnt...
  6. M

    check box that can change form width

    I would like to change the width of a form with a checkbox, I have tried code like this: compiledlistview.width = 1872.00 But it just causes an error... Is there a way to make this work? Thank you.
  7. M

    Dcount

    Thank you so very much for your help... But I finally got the stupid thing working, like this: DCount("*","NEWCompiled","(Faction = '" & [SPEffect] & "') and Launcher_ID")
  8. M

    Dcount

    The shootbacktest fields in the newcompiled query is where I was trying to make the magic happen.
  9. M

    Dcount

    Sure thing, Im packing it up as much as I can right now.
  10. M

    Dcount

    Certainly, you can download it here: http://www.box.net/shared/2s49r2d3za It seems to be too large to be attached via the forum attachment tool. Its 2.3 meg.
  11. M

    Dcount

    Thank you for your time. But alas, the code seems to perform exactly the same with or without the brackets. Setting it to "true" or "yes" seems to give the same results either way as well.
  12. M

    Dcount

    At the risk of sounding dumb, where would I put that code? I put it in a field in my query, and it doesnt do anything. I am very inexperienced in access, but I have come a long way in the past year I have been tinkering with this project. If it would make it easier to understand my problem you...
  13. M

    Dcount

    Thank you so very much for your response. Unfortunately that doesnt seem to fix my problem. The "Launcher_ID" is actually a field in the main "NEWcompiled" table itself. Its data type is set to yes/no.
  14. M

    Dcount

    My main table is called NEWcompiled, I have fields named "faction", "SPeffect", and "Launcher_ID". I am trying to use Dcount in a query to count up how many entries have a value in "faction" and "SPeffect" that are equal, and a value of "yes" in "Launcher_ID". Currently my code looks like this...
  15. M

    Re-sizable boxes in a form

    Weird... That worked. It didnt give me the size I want, but it didnt shrink it down to a 0 width either. So what kind of units is it using here? Its obviously not inches like I assumed from the beginning.
Back
Top Bottom