Search results

  1. D

    Executing a string as a command?

    I have no idea if this is possible, but I think i can do a workaround if it's not. Bear with me as i'm going to try to explain this as best as i can. My program is growing and, instead of creating a bunch of buttons for each report, I decided to create a table containing the report name (what...
  2. D

    object doesn't support this property or method when calling a function

    So I found a good function by Allen Browne that records any errors to a table. I copied everything exactly and put the following code into a global module I have in my database: Function LogError(ByVal lngErrNumber As Long, ByVal strErrDescription As String, _ strCallingProc As String...
  3. D

    problems with referential integrity

    So I just learned about referential integrity and I got it working on my database. I deleted all my "test records" and did a compact and repair to reset the primary key back to 1 and now it's acting all strange and adding random values to the table. Background: I have a pretty complex database...
  4. D

    Enabling and disabling controls via a "access level"

    Hello All. So I'm creating a database for the fire department I belong to. It's basically to log calls and create reports based on those calls. I will also log other things like problem tickets, apparatus checks, etc... Anyways I have it set up with access permissions. Each employee has a login...
Top Bottom