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: halamazoo
  • Order by date
  1. halamazoo

    Query recordset

    I just checked out this post because I was having the same problem, and I never would have thought of the problem residing in the query like it did. It's good to know that somebody out there knows what they're doing.
  2. halamazoo

    query using two tables

    If you want information from both tables to be shown, you have to relate the two tables in some way like spookie said. It looks to me that your best bet would be to have dvdid be your join attribute. That means that you'd have to have dvdid in both tables. From there, just run a query with a...
  3. halamazoo

    referance a variable from a string and a variable

    Try this out: <SCRIPT language=&quot;php&quot;> for ($i = 0; $i < $howmanyfields; $i++) { $select = &quot;select&quot;.$i; if ( $$select == true ) { print ( &quot;Number $i is avalable $i<br />&quot;); } else { print ( &quot;Number $i is NOT available $i<br />&quot;); } }...

Part and Inventory Search

Back
Top