Search results

  1. M

    Notification Fade-in/Fade-out

    Hi, I'm wondering is there a way to make a dynamic fade-in/fade-out notification label in Access 2003/7. I want to do something like this example Look at enclosed .mdb in form2 and click on command button. I've tried to make something but the result is not as I want to be. Regards, mixail.
  2. M

    Change textbox fore color from Control Source property

    Hi there, I'm wondering if this is possible to be done from the control source property of one textbox. I want to change forecolor of textbox from control source property. Example: Control Source: =IIf(a>b;value "1"+changing textbox forecolor to blue;value "2"+changing textbox forecolor to...
  3. M

    Copy and Paste form objects

    Hi, I have one stupid question ;) I want to copy object from one form to another and to keep object name and event code behind it. Is that possible, because i really stack with that? :confused: I want simply to make Copy/Paste operation, but to keep there names and event code. BR, mixail.
  4. M

    Image mouse click event doesn't work

    Hi there, I would like to add code to close the form to the on click event of an unbound OLE object which i have paste from Fireworks. I put the code in, but when I click the object it doesn't run, however, if I right click first then left click the code runs and closes the form. Why is this...
  5. M

    Loop through objects in Form and change them options!

    Dear all, My question is how to loop and change settings between objects in a form? For example: I want to loop between buttons in a form. Let say they are three. So i want when i click on button No.1 the other ones to get status enabled=false. The same "loop issue" i have with list-boxes, i...
Back
Top Bottom