Search results

  1. L

    Ms access 2010 cant remove password

    Hello, I have MS Access 2010. I cant remove password because when I open in exclusive mode, file, info, there is no decrypt password option. Any suggestions?
  2. L

    MS Access 2010 Error Message

    Thank you so much your recommendation actually worked! It is up and running just fine now thanks again
  3. L

    MS Access 2010 Error Message

    The form is the switchboard form so it pops up upon opening of the db. All users have full versions
  4. L

    MS Access 2010 Error Message

    I have a truly split db. There are 7 users that have fe copies on their desktops. I have one user that gets this error message on one of the forms. The form is completly un-usable but only on one fe. All other fe users have no problems. Error message: Microsoft Access cant add, rename, or...
  5. L

    MS Access 2010 Error

    help button states modules aren't loaded from a code reference-they must be part of the project. This error has the following cause and solution: the requested modeule doesnt exist in the specified project for example the statement Mymodule.someVar=5 generate this error when MyModule isnt...
  6. L

    MS Access 2010 Error

    I found that one form and one report is corrupted somehow on only this users fe. I cannot open the code for either the form or the report on the desktop fe but I can from my personal fe.
  7. L

    MS Access 2010 Error

    thank you....here is what I tried placing a new fe on the users desktop I still get the same error I can use the fe that the user uses with the error with no problems the user still recieves the error when logged in exclusively! problem still not resolved Thanks again
  8. L

    MS Access 2010 Error

    Thank you I figured it out. The updates had uninstalled one users access. I have fixed the problem!
  9. L

    MS Access 2010 Error

    yes it is a form, and the db is split with each user having a copy on their own desktop.
  10. L

    MS Access 2010 Error

    I am getting this error in a db. There are 7 fe users and only one user recieves this error. Any thoughts or suggestions on how to fix? Microsoft Access cant add, rename, or delete the control (s) you requested. Thanks
  11. L

    MS Access 2010 Error

    After installing some microsoft updates I am now getting this error when opening the db. Cannot open database....It may not be a database that your application recognizes, or the file may be corrupt. any thoughts on what could have happened?
  12. L

    Removing a password that was created in a previous version from an Access 2007 databa

    Sorry I dont know what that means? Can you ask in a simplier way? :( This code was built by somebody else... Thanks for you help
  13. L

    Removing a password that was created in a previous version from an Access 2007 databa

    I am a newbie and need help removing a password. This link explains my exact problem. I have entered and changed the code as stated however it does nothing...Any help??? Thanks http://vajentic.blogspot.com/2008/08/removing-password-that-was-created-in.html Here is my version: Public Sub...
  14. L

    Question MS Access 2010 Error Password

    Hello, I do not have a split db. I am prompted to enter my password when the db opens which is fine. However, when I close the db it prompts me to enter a password (not normal) and when I enter it it says invalid password. Also, when I try to change my password it says invalid password and when...
  15. L

    jz, would you mind helping me on some code for exporting a report to a excel template? You are...

    jz, would you mind helping me on some code for exporting a report to a excel template? You are the only person on here that I think is the best.. Here is the code that I have but its not working. Any help would be greatly appreciated Thank you Dim db As DAO.Database Dim rs As DAO.Recordset...
  16. L

    Access 2010 Export Report to Excel VBA

    Thank you...is there something that I should do to make it run? because nothing happens. Thanks
  17. L

    Access 2010 Export Report to Excel VBA

    This is what I came up with. I may be way off I dont know..The red areas I dont know what to put. Thanks for the help 'Create a Recordset from all the records in the CSL report Dim sNWind As String Dim conn As New ADODB.Connection Dim rs As ADODB.Recordset sNWind = _...
  18. L

    Access 2010 Export Report to Excel VBA

    I need assistance exporting a report to an excel template. I am not too familiar with vba code but I know that this is the best way to accomplish this. The name of the excel sheet is "csl" The location of the excel file is C:\users\lowana.hernandez The export should begin in range A6 the name...
  19. L

    MS Error Compile Error User-defined type not defined"

    I am not familiar with code. I did not write this code. Can you please explain in more detail. Thank you again
  20. L

    MS Error Compile Error User-defined type not defined"

    Im not sure what checking that box does but my form doesnt work any longer....is there something else that I am missing?
Back
Top Bottom