Search results

  1. C

    Digital CAC (Smart Card) Signature

    I've been searching for days to find this information. We use common access cards, also called smart cards, to access our computers. What I would like, is a button on a form that would insert the name from the current CAC. All of my searches are resulting in signing a database as a whole...
  2. C

    Download Outlook Folder

    I think a lot of threads start this way, but this seems like it should be simple. I want to programatically, through VBA, download an outlook folder into a table in access. From my reading, it seems the best way to approach this is for the multiple users to set up a folder with the same...
  3. C

    code error

    so i've bastardized some code together, as follows: Const m_strFieldFileName As String = "FileName" ' The name of the attached file Const m_strFieldFileType As String = "FileType" ' The attached file's extension Const m_strFieldFileData As String = "FileData" ' The binary data of the file Sub...
  4. C

    help with a "profile" database and images

    So the basic Idea of my database is a tracking system for personnel. There are two statuses, active and inactive. So these people are required to submit certain forms, and they get "lost" a lot so i started attaching them to their profiles. recently i went to a new system of organization...
  5. C

    "Record is deleted" on close error

    working like i want- Step one: Use a form to search for the record I want (I've tried using the table itself as the source, and an independent query) step two: once the appropriate source is selected, click a button, which saves record (there's a date to update from here) and then open a...
Back
Top Bottom