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

  1. bricklebrit

    trying to automate email text dumps into fields!

    Hello! I'm wanting to set up a automated form button to cut out automated emails I receive and splice the information into separate field in the customers I get the same standard raw information such as: Billing Information-------- Name: Mike Lopaplois Address1: 153359 Great Mill Rd Address2...
  2. bricklebrit

    automated email Access to Outlook - how do I get email address?

    Hello, I've cut together a short script to send automatic email messages from an order form in access (through Outlook). It is: Private Sub EmailThem_Click() DoCmd.SendObject , , acFormatRTF, "example@email.com", , , "Hello, " _ & Me![CustomerNumber].Value...
  3. bricklebrit

    automated email through outlook

    Hello, I was interested in programming a button in an order form sends an automated email to the customer through Outlook. The customer's email address are already stored in a linked table. Are there any pre-programmed basic scripts that could send a message like: " Hello [firstName]...
  4. bricklebrit

    First and last name button?

    Hello, I am redoing some of my main data and seperating the Customer information into first and last name and then street address in seperate fields. Right now, I have the field [CustomerName], I'm trying to build a button that, when clicked, will automatically put the first and last name into...
  5. bricklebrit

    new customer automatic button

    Hello, In an order form [order3], I am attempting to create an automated button that will take the entered [CustomerName] and enter it into a new record in the field [customers]. Is there a simple script to achieve this effect? Thanks in advance for your help!
  6. bricklebrit

    Inventory Control, Stock = Stock - 1

    On a subform [orderDetails], I'm attempting to create a system to keep track of stock of items. My values are: [seriesTitle] is product name from the [OrderDetails] field [unitsInStock] is the number of current items in stock stored in the [products] field In a form, after I enter the value...
  7. bricklebrit

    How do I convert checkbox data into text description?

    Hello, When generating a report, I have a check box true/false value for the item [Sampler]. When I generate my report, instead of shows the checkbox next to the item [Sampler]. If the checkbox is true, I want to generate a text line reading "I've included the sampler in your...

Part and Inventory Search

Back
Top