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 Westi 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: *

  1. DJRobbieBAtl

    Using DoCmd.SendObject, acFormatHTML with Lotus Notes

    I am using MS Access 2003 SP3 with Lotus Notes 6.5 and the following line of VBA code works great, except everything is double-spaced, regardless of the positioning on the report in Access. Any ideas how to stop Lotus Notes from creating double-spaced emails? DoCmd.SendObject acSendReport...
  2. DJRobbieBAtl

    Show First & Last Record in a table on a single form

    What I'm wanting to do is write code for an unbound form that when opened has two fields. The first field will show the record number of the first record in a table and the second field will show the last record number in the same table. What I'm hoping to accomplish is at the end of the month...
  3. DJRobbieBAtl

    Moving email from inbox to specific folder

    Hello Tony! Thank you so much for the response... it worked PERFECTLY!! Star for you! Thanks again, DJRobbieB
  4. DJRobbieBAtl

    Moving email from inbox to specific folder

    I would like to create a keystroke, for example ctrl-m, to move an email from my inbox to a specific folder. I tried searching the FAQ but got a message that the search feature was not working. Anyone have any suggestions? I am using Outlook with Office XP. I do have a little background with...
  5. DJRobbieBAtl

    Form code for background color of controls

    I am using the following code to change the backgroud color of a control when it has the focus, and then back to white when it doesn't have the focus. Private Sub txtPounds_GotFocus() Me.txtPounds.BackColor = RGB(255, 255, 128) End Sub Private Sub txtPounds_LostFocus()...

Part and Inventory Search

Back
Top