Search results

  1. H

    Trusted Locations vs Macro Settings

    Change macro security level to low. Open access with no database to change it.
  2. H

    Office Assistant in Access 2007

    Was Office Assistant remove from access 2007 version?
  3. H

    SendTo Crashes on Access 2007

    Output reports to e-mail or to text file
  4. H

    SendTo Crashes on Access 2007

    I have an Access 2003 MDE database that works find on access 2003 but when it run on Access 2007 it crashes and wants to backup and sent a error message to Microsoft. I can't get SendTo to work at all. It's the only thing I found that crashes the program when I try to use it in any way.
  5. H

    Relation table

    I can not find out where access strore the information on how the relationships is set to. Like( Many to many, One to many, ect...) I look in the Attributes but did not see any there to set it. I what to compare to database's and check to see if the relationship information has change using vb...
  6. H

    Scan Database

    :confused:How can I scan my databases for any declare statments and out put it to an text file. Output this information->: Private Declare Function apiGetComputerName Lib "kernel32" Alias "GetComputerNameA" (ByVal lpBuffer As String, nSize As Long) As Long I would like to make a list of all...
  7. H

    Create Help file inside of Access

    I created a help file in access that lets you have text mesasge up to 1024 chars. Just press F1 key on any control that you have setup to bring up help message. Does any one see any problems with the way I did this? Form Help File: = "" Help Context ID: = 0 For each control on the form...
  8. H

    Trap Event Name for Error Message

    :confused: I would like to trap event name where an error has taken place in. I do not want to type in every event name by hand for each error messge. Exit_Command27_Click: Exit Sub Err_Command27_Click: Call ErrorLog(Me.Name, EventName, Err, Err.description) Resume...
Back
Top Bottom