Search results

  1. M

    Combo Box info in a Text Box

    I'm trying to make two forms, one that will display the information without being able to edit it, and then one that you can pull up to edit or add info. One of my table columns is a drop down box. Is there a way to display that in the read-only version so it looks the same as the rest of the...
  2. M

    Desktop Icon For Database

    ooh talk more like that. Yes I'm running 2007 ...what about the packing part though?
  3. M

    Desktop Icon For Database

    so there is no way within access to create a special shortcut icon for the database? shucks
  4. M

    Desktop Icon For Database

    I am using vista. and the option to change icon is not there when I right click. It is for other icons but not the Microsoft office related ones. I can manipulate the folder icons but that seems to be about it.
  5. M

    Desktop Icon For Database

    Is there a way to create a desktop shortcut for database that I can change the icon? I have tried the drag and drop to create a shortcut successfully but it does not give me the option to change the icon. Help please.
  6. M

    How do I Change Picture on Mouse Move

    ahhh...well I suppose as long as it only spazes out when it opens I can live with it. Thanks again for all the help
  7. M

    How do I Change Picture on Mouse Move

    kk thanks...Does the Got Focus option do the same thing?
  8. M

    How do I Change Picture on Mouse Move

    do I have to have the picture on the net to post it here? I'm talking about the selection lines that appear when you click on the command button. Also, since doing the coding for the rollovers whenever I open the form it flashes several times before going to normal. Any solutions?
  9. M

    How do I Change Picture on Mouse Move

    Is there a way to get rid of the hyperlink lines when you select the button? Probably not but if there is it would look better.
  10. M

    How do I Change Picture on Mouse Move

    IT WORKS!!! Thanks so much! you're my hero
  11. M

    How do I Change Picture on Mouse Move

    Ok It's not working. I put in the following Private Sub button1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) button1.Picture = "C:\...\images\ButtonUpLeft.gif" End Sub Private Sub button1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)...
  12. M

    How do I Change Picture on Mouse Move

    thank you. I love people that know java. What is the difference between the non rollover graphic and a roll over graphic?
  13. M

    How do I Change Picture on Mouse Move

    I've been looking for a way to do this unsuccessfully. I'm running Access 2007 on Vista. How do I change a command button's Picture on a Mouse Move and Mouse Down...creating a rollover effect.
  14. M

    Button Rollover

    Ok I love you! Solutions to a ton of questions I've been researching! Thank you so much
  15. M

    Button Rollover

    Is it possible to do rollovers in Access? Like telling the program to make a transparent button face to become non transparent when mouse rollover?
  16. M

    Form Search

    Hi, I'm looking for a way to create a way to search by an ID number without needing to pull up the filter box. I know Access has a built in way of doing this but i can not remember how to do it. Every time I think I have it instead of pulling up the typed in recored it tries to add a new record...
  17. M

    Form Icon

    hehe, Ok...well I found several suggestions on the internet to create a macro to the database and then change the macros icon. But I still don't get the change icon option under properties. Possible Security option that needs to change? Kind of lost at this point too.
  18. M

    Form Icon

    Ok I found where you can change the icon at the top of the Taskbar next to the title of the form but, where that is a step forward it's not all the way. I was hoping to be able to do something like a shotcut to the form that displays the icon of my database. Is this possible?
  19. M

    Form Icon

    Thanks, I'll give it a try!
  20. M

    Form Icon

    Is there a way to change the icon of your database to something nicer then Access? Something that would make your project stand out?
Back
Top Bottom