Search results

  1. R

    Point and PSet

    I have an Image control on a form which I want to examine programatically. It seems there used to be a way of doing it using Point and PSet from info I have seen online. Is this contained in any of the libraries available under References in Access and if so which one please.
  2. R

    Forecolor Change in Listbox

    I have a listbox with a blue background and forecolor set to yellow. It has 6 columns, the first one hidden. The rowsource is set in code using a query. Only the 3rd and 4th visible columns appear in yellow as they should. The other 3 are black. I tried setting the forecolor in code as well, it...
  3. R

    Combo Box will not display list in correct order

    I have code attached to a command button to fill a Combo Box with data from a music collection. A letter of the alphabet is entered into a Text Box then records beginning with that letter are copied from a table, either by Artist or Title. They are saved to a temporary table at which time they...
  4. R

    How to stop icons appearing on attachment control

    When a user clicks an attachment control, three small controls appear for manipulating records. I don't want the built in controls to be used. I have command buttons already coded to do what I want which work fine. How do I stop the built in controls appearing when the user clicks the...
  5. R

    Update Query doesn't do what I expected

    I have a table called 'WORDLIST' containing a list of words and code to copy words from that table to another called 'temp' according to criteria inputted on a form. Any non-alphabetic character is treated as a wildcard. A list box on the form then displays the selected words. The problem is...
  6. R

    Hello Access World

    Hello everyone. I'm no Access expert but I can do quite a bit. I mostly do stuff for my own use but have used Access at work in the past. I'm OK with programming but lose it when it comes to security, permissions, and that kind of thing. It was looking for help on SQL that brought me to this...
Back
Top Bottom