Search results

  1. A

    Error messages not showing.

    Okay, I know I brought this upon myself, but I need to fix it and I don't know how. A couple weeks ago, I was playing around with the ability to disable the ctrl break command from working in access. Well, ever since I did it, my porgrams will no longer stop execution and tell me where an error...
  2. A

    Intense Reports

    Hi there, does anyone know if access is capable of making some more advanced reports -- ones that would not be tabular in the slightest. I designed a cabling database that holds all the cable records for the University I work for. It's basically done using two tables, an object table (which...
  3. A

    Protect Confidential Data w/ Web Based Interface?

    Hello, I need some help:o. I am designing a database application that will store users telephone records and allow them to view only theirs. This information needs to be kept secure. I have implemented ADS login authorizations, made the system runtime, and blocked out any overriding abilities...
  4. A

    Exit Database if not Trusted

    Hi, I have set up an autoexec macro as so: Not [CurrentProject].[IsTrusted] MsgBox "Please add this database to a trusted folder" ... CloseDatabase Now, I designed this code so that no one can avoid the security features I have on sensitive data, as when the...
  5. A

    Email Format Issue

    Hey there, I've reached a quite annoying problem. I have code that runs through a list of closed requests and will open the invoice and send the invoice as an attachment to the email listed on it. All of this works well. The only problem is, there are no formats to send it in that work for me...
  6. A

    Completely Automate Email Procedure

    Hi there, I have managed to find a way to loop through a recordset as defined by the current reports record source and filter, and to read an invoice's email field and send that specific invoice to that email. The problem I have though is that the email client will open up (Eudora in this case)...
  7. A

    LDAP & Mac

    I've set up my database to access my company's ADS to enforce login credentials, but its recently came to my attention that users who are running microsoft parallel on a Mac cannot get in the system. It seems that the LDAP query does not work. Has anyone came across this problem? Does anyone...
  8. A

    Completely Lock Database?

    Hi, I've designed a database system that I recently put into use. It's used by about twenty people. Now, I have security features linking it to LDAP on the login screen to prevent people from accessing it, but if someone were to know that by holding shift they can bypass this startup page, then...
Back
Top Bottom