Search results

  1. J

    Why can't VBA find my form? HELP!

    Hello All, I am trying to use the IsLoaded function, and although I specify the name of my form "Termination" when the code runs, it insists that it can't find that form, though it sits, quite plainly, in the form list. Shouldn't "Forms!Termination" refer to the form I have named...
  2. J

    IsLoaded Function--Where is it?

    Hey Folks, I was asking earlier about how to synchronize records on a form, and someone pointed me to the help file on it. However, the instructions call for me to use the IsLoaded function "from the Northwind Database" Now is this a normal function native to Access or do I somehow have...
  3. J

    Linking Separate Forms

    Hello, What I am attempting is to bring up a form from a control on another form. This form is not a subform, but I would like it to contain information that links to records in the main form. I.E. I have a list of Girl Scouts, and I want to pop up a form by pressing a button on the main...
  4. J

    Eliminating Duplication Human Error

    Hello, What I am trying to do is to write code for my form such that if a person enters a name in the "Company" field, the database will automatically check all the records to see if that name (or something similar but not identical) exists. i.e. I put in Barnes & Noble, and the database...
Back
Top Bottom