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

  1. mp2admin

    Procudtion standard rate query

    HI, I am trying to write a query that would display the current rate at the minute based on which meeting time is occuring. I could have up to 3 meetings scheduled per shift. My goal was trying to have a qry that shows the current production gaol based on current minute in shift and based on...
  2. mp2admin

    Sql order structure?

    Hi.. I am try to take the following data and order the structure as seen below. But do not know enough SQL to accomplish this. Can someone lead me in the right direction? If I can supply more information I can try. Thank You Header datetime Value capack4_Dat 11/1/2013...
  3. mp2admin

    JQuery - Cloning a div and drop down menu.

    Thanks for the reply. I cleaned up the code (see below) this is original code from the sheepit plugin. I am looking to use the plugin but am unable to reference the cloned div.. I added a test select but need to access each select when cloned. I am "very" new to jquery any help would be...
  4. mp2admin

    Group SQL QRY

    Thanks.. Some good reading here.. I did get the original qry to work ...the extra reading will help me. Thanks so much..
  5. mp2admin

    Group SQL QRY

    I'll try the new one.. Just a thought if i add a value to your qry I get back the following. Badge Value Start End pack5_Dat_badge 26805 10/6/2010 11:15 NULL pack5_Dat_badge 26805 10/6/2010 8:14 10/6/2010 11:45 pack5_Dat_badge 26805 NULL 10/6/2010 8:46 pack5_Dat_badge 27223 NULL 10/6/2010 9:45...
  6. mp2admin

    Group SQL QRY

    Works Great...Thank you very much...
  7. mp2admin

    Group SQL QRY

    Hi I have the following qry... select tagname, start_swipe, end_swipe from ( select id, tagname, badge, CASE WHEn (ID % 2) <> 0 THEN datetime END as start_swipe,CASE WHEN (ID % 2) = 0 THEN datetime END as end_swipe from badge_swipe_temp ) a and it returns the following data... badge...
  8. mp2admin

    Autoclose alert pop up

    Thanks
  9. mp2admin

    Autoclose alert pop up

    Could someone lead me in the right direction on how to auto close an alert pop up? Thanks
  10. mp2admin

    badge swipe system issues.

    Hi I have a badge swipe application where an operator swipes their badge and the number gets stored in the database. I am tring to distinguish when they swipe in and swipe out and display the data to an end user. Its been awhile since I've been here, could someone lend their expertize. Here...

Part and Inventory Search

Back
Top