Search results

  1. J

    negative number to positive number

    I have a calculator form in Access that I am trying to create a +/- command button in. This should allow the user to switch a number from negative to positive and from positive to negative. Here is the code that I have written. Private Sub NegativeOrPositive_Click() If txtReadOut.Value > 0...
  2. J

    List Box Code

    Hi Everyone, I am trying to create a query that will allow the user to selct mutiple items from three list boxes. The list boxes are as follows: Region, State, and ShowroomType. I would like the user to select one or many from each of the three lists. I have a form set up with an "OK"...
  3. J

    Delete Access Logon Dialog Box

    I set up security on one of my access databases and now I have to enter a password everytime I open Access. Once Access is open I can go into any database I want to. I don't want to have to logon everytime I open Access. What did I do to cause this and how do I get rid on the logon scree. I...
  4. J

    SendObject (automatic e-mail)

    I have set up a form that will trigger a SendObject e-mail alert depending on what information is entered. For example: when a shipment date is entered, an e-mail is triggered that says the shipment has been sent. What I need to know is if there is a way to automatically include the project...
  5. J

    automatic e-mails

    Is there a way to set up an Access query, form, or report to trigger at automatic e-mail message to a predefined list of recipients? What I am trying to do is send out automatic e-mails when certain information is entered into the database. :confused:
  6. J

    Switchboard

    Is it possible to open a second Access database from the switchboard in the first Access database? I figured out how to run a new Access application, but I can't figure out how to have it open a second database without having to click open and selecting it. I hope this makes sense.:confused:
Back
Top Bottom