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 TouchToneTommy 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 qasmi

  1. qasmi

    save password

    i am using asp and sql server. I need to make a form which should allow users to save their password. is there any extension available or you people have any ideas about it? Thanks in advance! Qasim
  2. qasmi

    save password

    i am using asp and sql server. i need to make a form which should be able to save the password for the user. any ideas? thanks in advance. Qasim
  3. qasmi

    Insert into statement problem!

    I am getting a following error Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. with the following insert into statement.... "INSERT INTO tbl (User_ID, Reffered_By, Communicated_by...
  4. qasmi

    multiple rows insert

    I am inserting multiple rows in access database via asp. I wrote a script which actually insert multiple rows but that only works with traditional recordset format. I need to make it working with the dreamweaver insert behaviour. my problem is when i change values of the MM_fieldStr row. I need...
  5. qasmi

    multiple records with one form

    I am using asp and ms access. I submit a form where are different field which submit to a ms access table....things are fine and its working but now I need to submit the same form like this : lets suppose there are 8 total fields and all are text fields except one which is a list box which...
  6. qasmi

    Multiple records with one form

    I am using asp and ms access. I submit a form where are different field which submit to a ms access table....things are fine and its working but now I need to submit the same form like this : lets suppose there are 8 total fields and all are text fields except one which is a list box which...
  7. qasmi

    onClick function not working

    I am using a javascript function <script language="JavaScript"> function myOnChangeDept() { var list = document.frmDept.selectDepartments; var listValue = list.options[list.selectedIndex].value; window.location.href = "view.asp?ID="+listValue; } </script> and calling it at <input...
  8. qasmi

    3 dynamically linked dropdowns

    how can i make 3 dynamically linked drop downs which will be dependent on each other....any ideas....I am using asp and ms access Qasim
  9. qasmi

    dynamically linked dropdowns

    i need to make 3 dropdowns menu which will be linked together. I am using asp and ms access.... is there any extention avilable for this or anybody has the code....thanks in advance.... Qasim

Part and Inventory Search

Back
Top