Recent content by by32

  1. B

    Copy Linked Images to Clipboard

    Hello, I have an Access 2003 form utilizing linked images (which I used for performance reasons). The end user would like to be able to copy the linked images to the Windows clipboard, as they would be able to do with embedded images. Is there a way to accomplish this through VBA? Thanks in...
  2. B

    Clear Numeric Combo Box

    All, I have a checkbox and a few combo boxes in a form. I have set up the form to where the combo boxes are locked until the check box is checked (Value = -1). What I am trying to set up is that if the user un-checks the box, the values in the combo boxes (and the related table) will be erased...
  3. B

    Multiple Selection Query with Many to Many Relationship

    Mr. B, I guess I should have added that to my original thread...I did try the SELECT IN SQL you mention...That definitely has worked well for me, but the problem with using that in my situation is that I need the query to return an ID that has an exact match. With this table: ID | Value...
  4. B

    Multiple Selection Query with Many to Many Relationship

    I have a database that has several many to many relationships between tables using junction tables. I am trying to build a SQL query through VBA that will take search criteria from a form and then open a report based on that search criteria. While I am able to set that up, I realized that there...
Back
Top Bottom