Search results

  1. A

    Sending email from a database

    All, I have a question on sending emails from a database. Is it possible to force it to send the email? I have the code that sets up the email but it does not acctually send it. I don't want to click send. Any help would be appreciated. Thanks
  2. A

    Sub form reference

    I am trying to reference a sub form on the main form. This is what I am useing: Me.ahRating(control on the main form) = Forms![MainFormName]![SubFormName].Control On SubForm I have used it before but now I am getting a message that says "Object doesn't support this property or method". Does...
  3. A

    Open a form with a filter.

    I have been trying this for a while now and I am still having problems. I have done this before but for some reason it is not working. I have a form that if the user clicks on view it will show previous data. If the user clicks new then they enter a new record. The problem I am having is I...
  4. A

    ODBC Error

    I have been getting this error on a machine when I try to link through an openlink ODBC driver. It works on ther machines but this machine it does not work. Has anyone seen this before? [OpenLink][ODBC][Driver]Connection rejected by data source (#0) [Microsoft][ODBC Driver Manger] Driver's...
  5. A

    Kick someone out of a database

    Is anyone aware of a tool that will kick someone out of a database? There is one person in a database that I need to do something to and no one can get access to the computer. The person is away and there door is locked. They have the database opened and I want to close it out. Any help...
  6. A

    Auto Keys

    Does anyone have experiance with "Auto Keys"?? I have look on the internet and everything I found and tryed did not work. Please help!!
  7. A

    Open a program useing a button

    Is there a way to call a file when you open MSWord through access?
  8. A

    Attach a document to an e-mail through code

    Does anyone know how to attach a word document to a e-mail from a database through code. I have a list of clients in a database with their e-mail addresses and I need to send an e-mail to them with a attachment. There are about 1000 clients that need this e-mail. Any help would be...
  9. A

    Major Validation Rule Violation!!

    I am haveing the biggest problem. I have been working on this issue for a week now. I have a make table query that runs no problem. Then I am appending that data into another table. The table that I am appending to is EXACTLY the same as the make table. All that I am doing is moving all...
  10. A

    Combo Box

    I have a student form it has all the info on a student. Instead of using the menu item find I want to use a combo box. On the top of the form is a Combo Box. In the combo box is a list of student names. I want to select a name from the list and have it find that student record in the form...
  11. A

    Compacting a Access 97 DB

    I want to compact a database every time the DB is opened. Is this possible?
Top Bottom