Search results

  1. U

    Simple VBA Question Here

    Should I put like this? I think it doesn't work since "Me.TabCtl0.Pages(me.openargs).SetFocus" does not located in this form. Just learnt Access, can provide more assistant? thanks
  2. U

    Change the mouse cursor when roll over

    thanks but i found another more useful
  3. U

    Simple VBA Question Here

    My task is after i click the image button, it will auto redirect to another form, but that form contain 10 tabs, I want to redirect to 2nd tab, how should i do? The Form name "Qa : Customer and Custodian same City" and the tabs name Qa~Qj Thanks for helping. Origin from here
  4. U

    Change the mouse cursor when roll over

    Actually this question i asked in From section. http://www.access-programmers.co.uk/forums/showthread.php?t=155228 So how to change the mouse cursor picture using VBA? because when you mouse over an image in form, the mouse cursor won't change. Thanks for the guidance.
  5. U

    Got a little problem in "add image" button

    thanks buddy, Now i have another problem, I have an image button, how can i change the mouse cursor when i rollover it and make the image size bigger a bit? Thanks for the guidance.
  6. U

    Got a little problem in "add image" button

    ok i finally solve it, but i have another problem with this, when i add a image to 2nd record and the image is saved,, it will jump back to 1st record. when i add a image to 3rd record and the image is saved, it will also jump back to 1st record. There is no problem with the image, probably is...
  7. U

    Got a little problem in "add image" button

    When i click addimage, it will auto generate an error said" Compile error, sub and function not defined." How to resolve tihs problem?
  8. U

    relationship in form?

    err actually is like this; i created a table name "performance", inside the table got 4 type of rating, "poor", "average", "good", excellent", then each different rating give different bonuses, like poor give 0%,average give 1%,good give 2% and excellent give 3%. now i want to create a form...
Back
Top Bottom