Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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