Search results

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

    Re-sizable boxes in a form

    I have a form, the only thing in this form is a rectangle and 2 buttons. I want the rectangle to changes widths at the click of these buttons. Currently I have this set for "on click" for button 1. Private Sub cmdOpenReport_Click() SizableBox.Width = 1.875 Me.Repaint End Sub When I...
  5. M

    Trade Tracking

    I am very new to using access, so please just bare with me while I try to explain my situation as quickly and clearly as possible. This database I have been working on for about a month now is to keep track of all of these game figures I have. When new sets come out I trade off some of my...
  6. M

    dcount?

    I have only been using access for about 3 weeks now, and its kicking my butt pretty hard. Im making a query that does all kinds of math junk in it. I want to be able to find the number of occurrences of x in another column in the table. For a better example, lets say I have a column named...
Back
Top Bottom