Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MrMeric

  1. MrMeric

    Persistent Powerpoint Problem

    Thanks for the reply Thomas! We have a very good anti-virus/office scanner that would detect any viruses, so I don't think that's the issue. Good guess, tho!
  2. MrMeric

    Persistent Powerpoint Problem

    I have a user who gets the following message when he opens PowerPoint: "This add-in is designed to work with powerpoint 2002 only." It seems like I've tried everything to get this message to go away, but it still persists. I even uninstalled/reinstalled Office, but it's still there! I don't...
  3. MrMeric

    Modeling single/multiple/indefinite dates for appointments

    johnherman Thanks for the reply! This is looking good. Could you please elaborate on these two fields: Recurrence Time Window (0 for O, 24 for D, etc.) Recurrence Calculation Thanks!
  4. MrMeric

    Modeling single/multiple/indefinite dates for appointments

    What exactly do you mean? How could the same type of thing be stored in a database?
  5. MrMeric

    Modeling single/multiple/indefinite dates for appointments

    How would I go about representing appointment dates that could either occur once, multiple times, or indefinitely? For example, I'd like to know how an application like Microsoft Outlook stores its appointment/meeting date information. Thanks!
  6. MrMeric

    Appropriate salary for this job.

    Sounds like a "Business Analyst" position. I do pretty much the same exact thing.
  7. MrMeric

    Book Recommendations

    I’ve been working with OOP for a while (C#, VB.NET), and I’m just starting to get into design patterns. Lately I’ve been hearing a lot about AOP (Aspect-Oriented Programming) and was wondering what it was. After some investigation, this concept seems quite interesting. My question is this...
  8. MrMeric

    Emailing Sensitive Customer Information

    The corporation I work for is in the process of implementing encryption for emailing sensitive customer information, but they have given me the task of finding a temporary solution until the encryption is in place. They insist that I create a program that splits these sensitive files in two...
  9. MrMeric

    Bordering States Function

    Got it... I'm not sure the bordering states are 100% correct, but it works. It's pretty quick, too. Public Function BorderingState(strState1 As String, strState2 As String) As Boolean Dim vStates As Variant Dim i As Integer vStates = Array("AK-", _...
  10. MrMeric

    Bordering States Function

    Does anyone know if there exists a function that will determine if a state is a neighbor/bordering state? For example, a user would pass in two states and the function would determine if they are neighbors: BorderingState(StateOne, StateTwo). Examples: BorderingState(WI,IL) would return True...
  11. MrMeric

    Excel Cell Formatting Question

    Do you know if there is a way when keying in numbers using 10 key that you can set up a spread sheet to automatically insert the decimal point? Example I key 12345 and want it to enter as $123.45. I tried to format the sheet using 2 decimal points but it enters it as $12,345.00 vs. $123.45.
  12. MrMeric

    Saving Attachements to Folders

    I have a whole bunch of emails from different people with attachments. Is there any possible way I can make Notes create a folder with the name of the person and extract the attachments into that folder?
  13. MrMeric

    Report/Subreport in Form?

    create a form ... most of the "layout" (look and feel) would be retained" Great suggestion. I'll be using it! Thanks for your time!
  14. MrMeric

    Report/Subreport in Form?

    Can one place a report/subreport in a form? If not, what are some alternatives? Thanks!
  15. MrMeric

    Searching for the impossible?

    I'm looking for a simple, centrally located (web-based or otherwise) workflow flowchart application with a drag-n-drop interface. In general, I would like to flowchart/document an organizations workflow, so one can obtain a birds-eye view of all processes, or be able to zoom down into one single...

Part and Inventory Search

Back
Top