Search results

  1. C

    event procedure to be run when starting my database

    Hello Is there any possibility to run a vba procedure when opening my database? This should run before any form is loaded. Thanks for any help E.Glaser
  2. C

    How to update my DAO libary

    Hello everybody My Access version is ACC 2007. I tried to use the methode 'refreshLink' from the TableDef object in the DAO Libary in order to link my data base type 'accdb'. But my version of 'refreshLink' works only with the old type of database type 'mdb' from Access 2003 versions. 'accdb'...
  3. C

    problem with RefreshLink function

    Hello all, I'm trying to redirect the tables in my backend file to another path by using the .connect property and .RefreshLink method. When executing .RefreshLink , error #3031 (no valid argument) occures, but I don't find any wrong expression in my code. This is my code: Dim objTb As...
  4. C

    Find out if a subform is existing or not

    Hello, when my mainform is active form, I need to know if there is a subform existing and how to refer to the subform object if there is one. This is used for reformatting of all controls in the main + subform. Is there any function available, I can use to get this information? Thank you for...
  5. C

    Retrieve of the control's name that the cursor is upon

    Hi, After releasing a 'MouseMove' event, I'd like to read out the name or ID of the control or section, the cursor is in. Thank you for any idea how to solve this problem. E.G.
  6. C

    additional mouse pointers

    Hi I have found some different mouse pointers in the screen.mousepointer object. Is there any possibility to extend the choice of mousepointers, because there are just some few? Thank you for any idea.
Back
Top Bottom