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!

Recent content by stanger1

  1. stanger1

    Automate Email Attachments

    Thanks for your help!
  2. stanger1

    Automate Email Attachments

    Is there a way to send an email attachment from a command line or to automatically send an attachment? I would like to do this from a batch file, Windows Scripting Host, Java Script or macro in Outlook Express. I have some users that need to have things automated. Thanks for help in advance...
  3. stanger1

    Writing Subform data to a second table

    SequenceIT, Thanks for the help! I think I found the solution to my problem.
  4. stanger1

    Grand totals on a continuous form

    cmmrfrds, Thanks for the help! Your solution worked great!
  5. stanger1

    Writing Subform data to a second table

    How do you write fields in a subform to a secondary table? I can write the information to the table bound to my form, but not a secondary table. Does anyone have experience with this. Any help would be greatly appreciated!
  6. stanger1

    Incrementing a number in a string

    Thanks for your help!
  7. stanger1

    Incrementing a number in a string

    I am trying to add an incrementing 4 digit number to the middle of a string. The incrementing number is not working. There must be a better way of writing this. The result I would like should look like this: Invoice_no is the field in my test_no table. The value should look like this...
  8. stanger1

    Grand totals on a continuous form

    I have a subform that is a continuous form in Access. In the subform, I have hours, unit price and total. I want to be able to have multiple lines of items and have the grand total show up directly under the totals column, no matter how many or few lines of items I have. Anyone have...
  9. stanger1

    Adding an incrementing number to the middle of a string

    I am trying to add an incrementing 4 digit number to the middle of a string. The incrementing number is not working. Here is a sample of my code: Private Sub Form_Current() Dim intYearDiff As Integer intYearDiff = Right(DMax("[invoice_No]", "invoice"), 2) - Format(Date...
  10. stanger1

    Windows 2000 Server will not restart

    I found my problem. I had installed a CDRW and found that when I disable the device, the system will restart without any problems.
  11. stanger1

    Windows 2000 Server will not restart

    Thanks for your help!
  12. stanger1

    Windows 2000 Server will not restart

    There is no diskette in the drive when shutting down. I can get to safe mode. When I boot to safe mode and shut down, I do not have the problem. Seems like the server is ready to shut off when I get the black screen with the flashing cursor. When I do a restart, the server will shut down...
  13. stanger1

    Windows 2000 Server will not restart

    I am having problems with my Windows 2000 Server with service pack 3. When I shut down or restart the server, it comes to a black screen with a blinking cursor at the top left hand corner. To get the machine to power down completely, I have to hold the button for 5 seconds to get the machine...
  14. stanger1

    Problems moving database info into report

    Thank you for your help!

Part and Inventory Search

Back
Top