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 Mike Lewis 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. TrevorCB

    Updating Record Error

    Here's the code... ============================================== <%@LANGUAGE=&quot;VBSCRIPT&quot;%> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers=&quot;Admin&quot; MM_authFailedURL=&quot;user_login_fail.asp&quot; MM_grantAccess=false If...
  2. TrevorCB

    Arguments are of the wrong type, are out of acceptable range, or ...

    Hey, I get the same error from time to time also, and it's peeving me off too! I would like to know a bit more about this. Just to let you know that you're not suffering alone! Trevor
  3. TrevorCB

    Updating Record Error

    I get this error EVERY TIME (it's starting to get REALLY annoying!) I try to update a record in an access database. I'm simply using one of the live form objects to update this record. This is the error I get. =========================================================== ADODB.Command error...
  4. TrevorCB

    File Upload

    Would you be able to send me a sample batch file to do a demo? Trev
  5. TrevorCB

    File Upload

    I want to allow a user to upload a file onto the host server via http. I've discovered a utility called ASPUpload, but this costs money. Are there any freebies available which enables me to do this, or a simple workaround? Thanks Trevor
  6. TrevorCB

    &quot;Previous&quot; and &quot;Next&quot; buttons?

    Hi there, By the sounds of things you need to have the next and prev buttons already containing the link to the next & prev records. If you know the current precord you're e.g. the Index of the record = 23, then you should be able to figure out that next = 24 and prev = 22. The example below...

Part and Inventory Search

Back
Top