Search results

  1. G

    Access 2007 link table manager don't work

    I have an Access 2007 application where don't work the link table manager. I also try to complete reinstall the Office 2007 and also I register the Accwiz.dll in the office folder (regsvr32.exe Accwiz.dll) but the module still does not work. Can You help me to solve this problem. Thank's...
  2. G

    Problem in form when moving Access 2007 to Access 2010

    Dear Friends, I made the Access 2007 application whoth forms using the Office layout that includes a layout with the blue background, but I found that when I moving the application in the Access 2010 the forms are no longer blue but turn the background color to gray. How can I do to save the...
  3. G

    The masks of in Access 2007 change color in Access 2010

    Dear Friends, I made the Access 2007 application forms select the Office layout that includes a layout with the blue background, but I found that when I running the masks in the Access 2010 run time the forms are no longer blue but turn gray. How can I do to save the layout with the background...
  4. G

    VBA with ADO 2.8 work different in XP,Vista and 7

    Dear friends, I have found that the VBA code of Access 2007 that uses ADO 2.8 connections work correctly in Vista and 7 if the code is compiled into an XP enviroment. If the VBA code was compiled on Windows 7 the VBA code work well only in 7 and does not work in Vista and XP. I found that ADO...
  5. G

    Test Access Back-end corrupted

    Dear Friends, how can I test from my Access 2007 Front end if my DB Access 2007 back-end is corrupted and not available?. Tnak's for the support Regards Giovanni Roi
  6. G

    Maximun Number of Mof VBA Modules in Access 2007 DB

    Dear Friends, I ask You to help me to understand if the Maximum Number of Modules defined in the Microsoft specification for an Access 2007 DB ( 1000 modules) he intends for maximun number of modules or maximum number of routine ( one module can contein more routine). The same rule is appliable...
  7. G

    Form Refresh tho way without any Requery command

    Dear Support, in some cases when I open a Form in my application Ms Access refresh twice the Form without any motive. The Form don't have any Requery/Refresh command in the Open event. This event doesn't always happen .The same Form open from other Form don't refresh two way. Why this...
  8. G

    VBA for FTP Dowload and Upload

    Dear Support, I need to make a Routine to download and Upload multiple files from a FTP Server protected with User name and Password. Can You help me to write the VBA code for FTP Download and FTP Upload. Thank's for Your support Regards Giovanni Roi
  9. G

    Microsoft Scripting Library in VBA Code

    Dear Support, I use ".FileSystemObject" in one VBA routine of my Access 2007 application that use the Microsoft Scripting Library reference ( scrrun.dll). This DLL is included in the Access 2007 Runtime distribution? If is not included whre I can find the Dll to distribute? Thank's for the...
  10. G

    How Test DROP Table in Access Backend

    Threre support, I use this code to upgrade the Access Backend data base but I have the problem to test the DROP execution of the table in the Backend before copy the new table. I insert a time pause to be sure that DROP command are executed but this is a critical issue because I am not sure...
  11. G

    Rename File with partial name

    I need to make a VBA Code to rename a file using only a section of the name. The problem is that the first part of the name change any day and I need to ignore this part and rename the file. The second part of the filename ".0651.TXT" don't change. I need to do: RENAME C.\temp\*.0651.TXT...
Back
Top Bottom