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 strongm 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: KatGraham
  • Order by date
  1. KatGraham

    Email Excel Workbook from Access

    I am trying to email three existing MS Excel Workbooks from Access via a button. Any code would be great!
  2. KatGraham

    Email Excel Workbook from Access

    Any other help for ObjectType and ObjectName?
  3. KatGraham

    Email a few Excel files from Access

    Can anyone tell me how to have the user push a button and have someone emailed (three separate files that reside in MS Excel)?
  4. KatGraham

    Got focus on field

    I have a subform that displays the first field with white background. (I'm assuming it has the focus) How do I get the subform field to display gray until the user actually goes to the subform fields?
  5. KatGraham

    Enlarge Hourglass

    Can anyone tell me how to enlarge the hourglass (when code is running). I want to be able to see a large icon on the screen to know that the application is still running. (From across the room).
  6. KatGraham

    Tab order to include Objects in Excel

    What do you mean? Range object?
  7. KatGraham

    Tab order to include Objects in Excel

    How do I get objects to be included in the workbook tab order?
  8. KatGraham

    Email Excel Workbook from Access

    How do I email an Excel Workbook from Access?
  9. KatGraham

    Export to PDF

    Does anyone know how to export a report as a PDF?
  10. KatGraham

    Combo box and first record

    How do I get a combo box to display the first record automatically (not blank)?
  11. KatGraham

    Move Recordpointer on form

    The field is really chkComplete. Sorry! It is a check box. I changed the Record Type from Dynaset to Snapshot, what is the difference? When I now try to click on any of the checkbox's, a message displays in the lower left hand side of the application: Searching....Press Ctrl+Break to stop...
  12. KatGraham

    Case Statement & Null

    Can anyone tell me why I get an error message: "Invalid use of Null"? Function AdjsAmt(txtElement, dblTrackAmount, dblOrigAmount) As Double Select Case txtElement Case Is = "WCOF" AdjsAmt = dblTrackAmount - dblOrigAmount Case Is =...
  13. KatGraham

    Move Recordpointer on form

    I used: DoCmd.GoToControl "cboComplete" DoCmd.FindRecord "False" and checked your 2 things... Upon form open, I am brought direct to the first available false cboComplete. I can check any box I want. But I still can't UNCHECK any of the cboComplete boxes that I check. Help?
  14. KatGraham

    Return code

    I don't want all the text to appear running. I would like a carriage return. Why does this not work? DoCmd.SendObject acSendNoObject, , acFormatRTF, "John.Smith@libertymutual.com", , , "Weekly JC File", "Amy please upload the weekly file and let me know when this is...
  15. KatGraham

    Return code

    Does anyone know what the vb code for RETURN is?
  16. KatGraham

    Move Recordpointer on form

    This code works...but....now I can't check or ununcheck any of the already checked boxes! Help?
  17. KatGraham

    Open MS Excel workbook

    You are awesome. THANK YOU SOOOO MUCH!
  18. KatGraham

    Open MS Excel workbook

    In code behind a button, I put the following: AppActivate Shell("C:\Program Files\Microsoft Office\Office10\EXCEL.EXE" & Chr(34) & "\\LX-file-ABC-01\central\Corporate\Group-Markets-2\Svc1Vol8\Reports\AdHoc\XXXXX\Req1358-XXXXX-Weekly\Completed...
  19. KatGraham

    Open MS Excel workbook

    I have tried this but I get an error message. What is chr(34)?
  20. KatGraham

    Open MS Excel workbook

    What do I do if my path is too long?

Part and Inventory Search

Back
Top