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 derfloh 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: Ty1
  • Content: Threads
  • Order by date
  1. Ty1

    Newbie- How do I use request.form in asp

    I am trying to check and see if a checkbox has been selected. The checkbox is an array, there are multiple checkbox' for each transaction line. The checkbox is out to the side and they select it if the transaction was a returned check. The following is my code: dim nsfCheck(100) dim nsfChecked...
  2. Ty1

    How do I use a checkbox in ASP

    I am attempting to see if a user has selected a checkbox and if they did, update two database tables and gray out the checkbox so that it remained checked and cannot be changed on another screen. Here is my code so far: 'Declare variable dim nsfCheck 'Initialize variable nsfCheck = False...
  3. Ty1

    CASE statement to increment trhough record and add to balance

    I am new to SQL Server. I am trying to increment through my journal records and keep a 'Running Balance' while incrementing through each record. I also need a CASE statement to re-add a transaction if it had a 'NSF' fee. My code is below. So far I have attempted the CASE statement, but it isn't...

Part and Inventory Search

Back
Top