Search results

  1. H

    Issues Opening Database

    THANK YOU!!! That worked perfectly. That was seriously getting frustrating.
  2. H

    Issues Opening Database

    Hi, I'm haivng some issues with an Access database that I've taken over. It appears that the user that created it has made it impossible to open. I'm a .Net developer and not totally familiar with Access. When I double click on the database to open it, I get a user created message that...
  3. H

    Help with Error Message?

    Hi, Thanks for your reply. I will give that a try. I didn't actually write this code that's why I'm having such a hard time with it. I'm going to ask you the same question that I asked gemma-the-husky: Why would changing the security level to low from medium cause the code to finally throw an...
  4. H

    Help with Error Message?

    Hi, thanks for helping. When I try to debug and click on run it prompts me to run a macro but displays no macros in the available list. I'm not sure how to proceed? I'm a little confused too. Why would changing the security level to low from medium cause the code to finally throw an error?
  5. H

    Help with Error Message?

    Hi. I am having an issue with an Access database. There is a certain form in the database that we are getting some error messages on. The first error message is: Access failed to evaluate one or more expressions because 'Enabled' was referenced in an expression. Only functions and...
  6. H

    DoCmd.Save? What is being saved?

    Great, thanks very much for your help.
  7. H

    DoCmd.Save? What is being saved?

    Oh sorry, I went to MSDN library but it didn't explain what it meant if no object were specified. I'm a .NET developer, not used to using help. :) But thank you for your answer. So, am I right that the only thing that's going on here is that a message box is displayed based on a condtion?
  8. H

    DoCmd.Save? What is being saved?

    Hi I have a question about a VBA Module that I'm looking at for a form. There are some conditional statements that checks to see if some drop down lists are have null values, and then if they do it displays an error message. The part that is confusing me, is that at the end of the sub routine...
  9. H

    Row Source Question

    You are absolutely right. It does show 1 column. Thanks for your help.
  10. H

    Row Source Question

    Yep, that's what it is. Thanks for the help.
  11. H

    Row Source Question

    Hi I am working with an Access 2003 VBA Application and I've run into a problem with one of the forms. I have a Combo Box that has a row source that looks like this: Crew;1;2;3;4;5;6;7; I'm not really sure what this is? It's not a table or a query. It doesn't refer to any function within the...
  12. H

    Time Bomb

    I was originally told that it was a time bomb, but it wasn't. It didn't cause the program to commit suicide, or anything like that. It was just an expiration date. I guess whoever created the program is no longer in business.
  13. H

    Time Bomb

    It is a .mdb, not a .mde. Thanks, I did find the problem.
  14. H

    Time Bomb

    I did find it, it was inside of a macro. Thanks to you and everyone else for your help. Holly
  15. H

    Time Bomb

    Ken and Wayne, I wish I could send it to you, unfortunately I can't, because it is a program that I am working on at a client site. The program did start to work again, after changing the clock back. Wayne, you have given me a good idea of where to start looking though. Thanks for the...
  16. H

    Time Bomb

    Very good idea! Didn't even think of it. Thanks! I am assured now that it the time bomb does exist. I received an error message when trying to load the program that it had expired. Now, I just have to find out where it is. Any suggestions on where to start?
  17. H

    Time Bomb

    Hi, I'm fairly new to using VBA and Access. (I'm a .net programmer) I'm working with an Access database right now that supposedly has a time bomb written into the program so that it will cease to run on 01-01-2009. I have the task of trying to locate it. I was hoping that someone here might be...
Back
Top Bottom