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

  • Users: dtfhome
  • Order by date
  1. dtfhome

    Confirm Question

    I am new with javascript and would like a message to pop up upon submit. I would like to display the message Are you sure you want to submit? I would like the options to be 'yes' and 'no'. If yes then proceed with submit and if no, then cancel submit. Any suggestions are welcome. Thanks in...
  2. dtfhome

    Temporary Table Help

    I have 3 tables which store the same types of information in three fields. Say for example, startdate - enddate - city. Although the 3 have these fields in common, they are not directly related to each other in any other way. I need to select the values from each of the three tables and then...
  3. dtfhome

    Not Using Index...

    I have a database on SQL Server without about 2 million company records in the company table. The query I am having a problem with queries the company table and a joined lookup table of only about 8 records (holding status descriptions for the numberic status field) Most of the fields contain...
  4. dtfhome

    date format

    I am having a problem returning records from a table called employees. In the where clause, I am comparing a datetime field with a form variable in 'mm/dd/yy format'. Where modification_date = '#form.date#'. In SQL server, the data is being stored in the datetime format. What function do I...

Part and Inventory Search

Back
Top