Search results

  1. A

    Multiple Insert Queries - Some Don't Work

    I have an empty database, copies of which will be used in a number of locations. Before a copy is sent out to the user some data, specific to the user's location, needs to be entered into a total of 40+ tables . I have tried to do this using a series of Update and Insert queries in VBA, but...
  2. A

    Multiple Insert Into - Some Don't Work

    I have an empty database, copies of which will be used in a number of locations. Before a copy is sent out to the user some data, specific to the user's location, needs to be entered into a total of 40+ tables . I have tried to do this using a series of Update and Insert queries but find that...
  3. A

    Use of variables in SQL

    Will someone please help with a definitive answer as to how to indicate that that a word in an Update query is a variable, and that it is the content of that variable that is to be written to the required field? I have a variable, strThisUser (the current user's name) - that I want to store in...
  4. A

    Subform changes for no (apparent) reason

    I have several small forms from which users can select options. I want to group these small forms onto a single form so that all selections can be made from one screen. I have created the main form and started adding the smaller forms using the Subform Wizard. All goes well until I add the...
  5. A

    Which email client does user have?

    I am attempting to develop a database, to be sent to clients as runtime enabled, for information gathering. In it there is a command button which opens the user's email client to allow the user to request help, further information, whatever. Unfortunately the code associated with this button...
Back
Top Bottom