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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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)?
  2. 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?
  3. 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).
  4. KatGraham

    Tab order to include Objects in Excel

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

    Email Excel Workbook from Access

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

    Export to PDF

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

    Combo box and first record

    How do I get a combo box to display the first record automatically (not blank)?
  8. 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 =...
  9. KatGraham

    Return code

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

    Open MS Excel workbook

    How do I open a MS Excel workbook from Access?
  11. KatGraham

    Formatting lost from Access to Excel

    Can someone tell me how to keep a number format when I export from Acess to a preformatted Excel workbook?
  12. KatGraham

    Move Recordpointer on form

    How do I get a form's record pointer to point to the first record that is not complete? Example: dtmFrom cboComplete 1/1/04 Yes 1/5/04 Yes 1/7/04 No 1/10/04 No I want the form to point to the record that has 1/7/04 - No.
  13. KatGraham

    objWkb.AveAs with changing dates

    How do I save the worksheet with a name that is listed on a form? For example: The name will always be: Claim.xls But the first part will change ie. 01.2004Claim.xls (for January) 02.2004Claim.xls (for February) etc. The 01.2004 part will be a field in a form. HELP?
  14. KatGraham

    Library

    Can someone tell me how to get my HELP menu to display useful information. I use to be able to search for FUNCTIONS but now if I type "IIF" the help doesn't find it. HELP?
  15. KatGraham

    Automatically open a database at a specific time

    How do I open a database at a specific date and time?
  16. KatGraham

    Case Statment

    How do I write a Case Statment to convert Salary into Annual Salary and then code the salary into Salary Bands? Fields in Table salry salry_mode 1,000 B 500 W tblSalaryDecode salry_mode description B Bi-weekly W Weekly tblSalaryBand 1 <=$40,000 2...
  17. KatGraham

    Printing line breaks between code

    How do I print break lines between commands or functions when printing code?
  18. KatGraham

    Moving forms RecordSelector to next record in Code

    I have a table (tblQueries) setup as follows: ID (autonumber query run order) txtQueryName (name of query to be run) chkCompleted (yes/no) There is a command button on the Mainform that call a function. The fuction opens a subform (that is tied to tblQueries). The subform is Continuous and a...
  19. KatGraham

    Close a form from code

    How do I close a form from code?
  20. KatGraham

    Close Form

    How do I close a form in a procedure, after it has been called by a procedure?

Part and Inventory Search

Back
Top