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: stanger1
  • Content: Threads
  • Order by date
  1. 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...
  2. 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!
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. stanger1

    Problems moving database info into report

    I need some help with moving some database information into a report. I have a main database set up with all the required fields that I need. I have a form set up to enter one field - tax year. Tax year is set up as an extra field that I need to use to compare with 3 tax year fields. (year...
  8. stanger1

    How to set up multiple forms for one database

    I have hit a road block with a database that I am putting together. The problem is that I have one database that I need to have certain fields entered in multiple times. Example: I have a form that I enter a particular sales record based on receipt number, but I need to keep entering more...

Part and Inventory Search

Back
Top