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 Mike Lewis 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. orangejosh

    Newbie: SQL date problem

    Thanks, that did it!
  2. orangejosh

    Play music files

    Why don't you just dynamically create the list of songs from an Access table and then rely on the end user's default software settings to play the song. For example, you list your songs and when someone clicks it, it'll open windows media player and play your song for you.
  3. orangejosh

    Newbie: SQL date problem

    Hello. I have the following SQL query: SELECT Sum(usersProjectDetail.userProjectDetailHours) AS TotalHours FROM (users INNER JOIN (project INNER JOIN usersProject ON project.projectID = usersProject.projectID) ON users.userID = usersProject.userID) INNER JOIN usersProjectDetail ON...

Part and Inventory Search

Back
Top