Search results

  1. T

    Sum Of All Numeric Values In A TextBox

    I have a select box that stores the selected value in a textbox comma delimited. This select box also stores the numeric value (price) in another textbox comma delimited. I would like to know how to Sum all the values in a textbox that has only numeric values comma delimited.
  2. T

    Variable in a Command Line String

    I have some code that looks like this: If stDocName Like "*" & ".pdf" Then RetVal = Shell("C:\Program Files\Adobe\Acrobat 4.0\Reader\AcroRd32 /p/h/n, C:\Configurator\Lit\tbd620.pdf", 0) Else GoTo 20 I would like to make C:\Configurator\Lit\tbd620.pdf a variable value but haven't had any luck.
  3. T

    Report Mail Merge

    Can I mail merge a memo field?
  4. T

    Active X Control

    I am trying to find an Active-X control to view word documents in a form!!!!
  5. T

    List Box Selected? Or Not??

    I am tring to find a way to select a particular row or index of a select box based on a seperate text box value. I have a select box on a form which when a item is selected it populates two different HIDDEN text boxes with certian values. when use the navigate buttons to toggle through the...
  6. T

    Automate Printing of PDF

    I have a application which prints documentation dependent on many different selections. I have currently automated the printing of all RTF or DOC files, but haven't seen anything on Printing PDF files. Does anyone know anything about this, or a way to accomplish this? Thanks!
Top Bottom