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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JCG4LOM
  • Content: Threads
  • Order by date
  1. JCG4LOM

    Outlook from Field

    I have a third party vendor product that sends PDF files to clients. This product creates outlook emails to a drafts folder or just creates outlook emails and sends them. The product does not however have the ability to set the from field before sending the emails. I need a way to either have...
  2. JCG4LOM

    Programming KeyPress Events for Function keys

    I would like to program a keypress event so that when a function key is pressed the click event is kicked off. Basically, 1. User presses F9 2. Program interperts Keypress and calls a click event of a command button found on the form. I am having trouble interperting the keypress as a...
  3. JCG4LOM

    Label or txtField internal spacing

    Is there a way to change the line spacing inside of a label or text box of a report? Some fields have several sentences that wrap around, need to get some white space in there... Thanks!
  4. JCG4LOM

    Break out pages in file

    Hi all: I have PDF files that contain as many as a few hundred pages. I am looking for a way to write VB or VBA code that will break out each page of the source PDF into many PDF files each containing one page and each with a unique file name. Can this be done? Thanks, JCG4LOM
  5. JCG4LOM

    Format text as Proper (Upper & Lower combined)

    I want data that comes from my query in 'upper' format to display in 'proper' format in the report: I.E. MR. GENE BOOGIEMAN will be Mr. Gene Boogieman I can do this in Excel and Word... Please help. Thanks!
  6. JCG4LOM

    I want to populate an Access Report Textbox using a Variable from Code

    I am looking to populate a report textbox using a value contained ina variable of code. The only way I have found to do anything close to this is using a label. Since, I need to use the value within the report to calculate other report values, I would prefer to use a textbox. Here is the code...

Part and Inventory Search

Back
Top