Search results

  1. deafmetal1

    Display Current DB File Size on a form

    I wanted to display the current Database file size on my Switchboard. I couldn't figure out how to get the code to work using a direct link to the open database (CurrentProject), so I added a field to an admin table that contains the db's filename. This same table includes the db version...
  2. deafmetal1

    VBA Query from a string returns adjacent cells

    I'm working on a VBA query that gets it's initial query criteria from a string. i.e., strHULL Let's say strHULL ends up equaling DDG89. I have a table containing a column with ship's hull # (DDG89), Name (USS MUSTIN), and Homeport (Yokosuka Japan). I want the query, when invoked, to fetch...
  3. deafmetal1

    Storing an Outlook Folder Location

    Hello, In my quest to build a email message parsing tool, I can manually VBA code the folder location I wish to parse. But I'd rather provide a button on the form to which would result in a folder menu for the user to select where the parsing is to occur. This prevents a novice user from...
  4. deafmetal1

    Email Parsing (vb code to find ASCII text)

    I built an email parser that finds text based on message formatting. For example, the messages I parse have slashes in them as follows: SUBJ/MESSAGE SUBJECT/SENDER/MONTH// I simply parse the SUBJ line and end it with the // delimiter. Works GREAT! How to do code it to find text that isn't...
Back
Top Bottom