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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by iwrk4dedpr

  1. iwrk4dedpr

    What does your Handle mean?

    I've fortunately been able to keep my Handle through 3 different ISP's and a myriad of forums. Simply put it explains the reason why I have a job. I WoRK 4 DEaD PResidents Essentially, I collect thier portraits. Of course I never get enough Benjamin's in my pocket at any given time.
  2. iwrk4dedpr

    New to SQL : Create Stored Procedure

    Denny, Thanks for the reply. Ok I've created and saved the procedure CREATE procedure dbo.GetEvalQuestions @Category varchar(10) as SELECT *, Category, Version, Section, Number FROM tbl_ReviewQuestions WHERE Category = @Category ORDER BY Category, Version, Section, Number GO as per...
  3. iwrk4dedpr

    New to SQL : Create Stored Procedure

    Hello, I'm in dire need of some help. I've taken control of a project for our training department. It uses a database on a SQL 7 database server. Which I've never used. I've created a new table and now want to create a stored procedure ( that would be called from a .asp web page )...
  4. iwrk4dedpr

    Hiding / Unhiding a section based on value of a dropdown.

    Hi, I'm quite new to the WWW experience. So a little background might be in order. 1. I've done alot of programming in VBA (mostly in automating xl workbooks ) 2. I'm learning how to use databases ( ADO ) 3. I'm trying to understand ( ASP and javascript ) Ok I realize that some will...

Part and Inventory Search

Back
Top