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 IamaSherpa 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. Malaphus

    Acquiring information from 3 seperate tables.

    That is exactly what I was looking for! Works like a charm. Thanks a ton! -Mal
  2. Malaphus

    Acquiring information from 3 seperate tables.

    I have 3 tables. USERS, GROUPS, and GROUPMEMBERSHIP The USERS table has 3 fields, ID, USER_NAME, and USER_PASS The GROUPS table has 2 fields, ID, GROUP_NAME The GROUPMEMBERSHIP table has 3 fields, ID, USER_ID, GROUP_ID Now, I have 3 values: the username, the password, and a group name I...
  3. Malaphus

    Replacing several foreign keys with their values

    Awesome! It worked great, thanks Rob.
  4. Malaphus

    Replacing several foreign keys with their values

    I have 2 tables: Table 1: 5 fields: field1_id, field2_link1, field3_link2, field4_link3, field5_link4 Table 2: 2 fields: field1_id, field2_name fields 2 thru 5 in table 1 contain integer values that point to the cooresponding field1_id's in table 2. I simply want a select statement...

Part and Inventory Search

Back
Top