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. discover142

    email to everyone listed in the table.

    I'd like to set up an afterevent property of a commandbox to email everyone that's in the table "tbl_Staff" how can this be done? I've tried doing Dlookup and creating other strings but I can only add one email address and one cc. how can i add multiple email address?
  2. discover142

    search using first 3 letters of the text box

    i have a field named 'Payer' in a form called LogTx. When user clicks Open, I'd like to check and see if there's another data with the same payer name. I have no problem doing this using DLookUp or query but I was wondering if you can call records that contains first 3 letters from the 'payer'...
  3. discover142

    update query returning "null"

    i have two update query that runs dynamically. Query1 -> Query2. Query1 gathers sum amounts from other tables. tbl_master.CashedAmt = Dsum(value1) + Dsum(value2) etc. where both values are from different table. tbl_master.Original amount is recorded by user. Query2, is a simple update query...

Part and Inventory Search

Back
Top