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 strongm 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: thanh1800
  • Content: Threads
  • Order by date
  1. thanh1800

    getting forms to sent to an email address

    Hi I want people to fill out a form and then when they click submit the form will send an email to a predefined address so that I can review it later. - How can I get the content of the form - Then send it to an email address Any help you can offer is well appreciated Thanks
  2. thanh1800

    Creating a search engine for a website

    I have a website and I want people to be able to search this site. Can anyone tell me how I might be able to get this done please?
  3. thanh1800

    Specifying relationship to ignore

    I have two database with fields and I have two relationship linking them. --dumby database-- -table 1- name fav_color fav_day_of_week address -table2- name fav_color fav_day_of_week family_size --end-- the relationship is table1::fav_color=table2::fav_color...
  4. thanh1800

    Referencing The Next Record

    Okay I have solved many problems I now need to reference the previous record to make a calculation. A dummy database is shown below. day 9 <<<(first record) 10 11 12 The code for this would look something like this. --code-- if (previous_record != null or does not exist){ current_record...
  5. thanh1800

    Getting search result diplayed in lookup

    From what I can gather, in order to have a look up you need a value list? my dummy database look something like this col1 col2 col3 col4 row1 a1 a2 a3 "Match" row2 b1 b2 b3 "no" row3 c1 c2 c3 "no" when the search criteria is a2 now I use a...
  6. thanh1800

    comparing two fields

    Hi I can anyone help me with a problem I have. I need to use the data entered into one field to search the database for matches. I have been using the perform find script with little success because the criteria only read as a string("") where as I need to use field(field reference) for the...

Part and Inventory Search

Back
Top