Recent content by Specterman

  1. S

    Problem with App.Path

    RE: App.path Thanks for the post. This helped me today. Thought I used "App.Path" in Access before, but it definitely doesn't work in '03. Cheers!;)
  2. S

    Change Mouse Pointer Shape

    Using the MousePointer API Cut and paste the code in a module. On the MouseMove event of your object (textbox, button,etc...), write the code: Call MouseCursor(IDC_Hand) Replace "IDC_Hand" with whatever the variable name is for the mousepointer you want to show. I tried this and it works. ;)
Back
Top Bottom