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!

Search results for query: *

  • Users: storm1976
  • Content: Threads
  • Order by date
  1. storm1976

    70-271 and 70-270 any differences?

    Hi there, Just a quick question. Are there any differences between these exams. I have already passed 70-271 in order to pass MCDST. Taking 70-270 exam in about a month using the same book. Will this book cover all the bases or would i be better off splashing the cash for a 70-270 book...
  2. storm1976

    database passwords

    hello there, well the problem is ive been given a database from a previous colleague and there is no details of passwords. the database has alot of information that we need to get hold of. is it a case of having to start again and lose all the information or is there a way to get into the...
  3. storm1976

    limit characters in a single word

    hi, this is just a question also wondering if im in the right place to post this. I am writing a small basic forum. when people post a reply or a thread i would like to be able to limit the characters on a word for example dont want people to post this...
  4. storm1976

    deleting relationships online

    Ok heres the scenario. I uploaded a database to our website a few months ago, with many tables in some related. There were also tables which were empty for future development. So now it has come round to the time to work on these tables. However, there is a relationship between two tables...
  5. storm1976

    deleting relationships through asp

    Yes it seems a bizarre subject but unfortunately dont know where to put it. Ok heres the scenario. I uploaded a database to our website a few months ago, with many tables in some related. There were also tables which were empty for future development. So now it has come round to the time to...
  6. storm1976

    html in access database

    hello there, not sure if this is the right place to post it but im sure you will tell me soon enough. just wondering about putting html into an access database. and how it could be dragged out again using asp. cheers storm
  7. storm1976

    why would i get an error when submitting?

    hi, here is my code for a basic form validation. the problem occurs when all the validation is fine. an error on the submit line saying the object doesnt support the property or method. i tested it out with an alert and this seems to work alrighty but the submit doesnt like it at all...
  8. storm1976

    login / logout problems (file not found)

    hi just wondering if you could help me out. for some reason when i login / logout i get the following error: Exception EInOutError in module is-CFLVK.exe at 00006344. File not found. tis a bizarre one and not sure why it would happen. just for information i use auto-login to a user rather...
  9. storm1976

    two similar forms one function

    hi there, the problem ive got is that i have two forms (one at the top and one at the bottom) which do the same thing. would just like to know how i could differentiate between the two forms. as in which form has been submitted. at the moment the function i have is: function goThere(){ if...
  10. storm1976

    asp variables into javascript

    hello there, i worked out how to do the paging through recordset (finally just had some code in the wrong place, sorry james) but now i would like to have a text box to so the punters can insert a page number and the jump to it. problem is how would i get the asp variables of the first page...
  11. storm1976

    paging through a recordset is being a pain

    would like a bit of help on this one here is my sql query: "SELECT Contacts_ID, Campaign_ID, Name, Address1, Address2, Town, Contact_name, Telephone " & _ "FROM Contacts " & _ "WHERE " & fld_searchby & " LIKE '%" & txt_searchfor & "%' AND Campaign_ID...
  12. storm1976

    counter in a recordset

    hi there, just asking for a bit of advice really. i have got a recordset and would like to look through it counting through the number of times a status comes up. the status at the moment is a range of 0-4 but this could be changed. for each number of the range i would like to count the...
  13. storm1976

    counting in a recordset for asp

    hi there, just asking for a bit of advice really. i have got a recordset and would like to look through it counting through the number of times a status comes up. the status at the moment is a range of 0-4 but this could be changed. for each number of the range i would like to count the...

Part and Inventory Search

Back
Top