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 wOOdy-Soft 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 SamHale

  1. SamHale

    Laptop (Extreme) Slow Down

    Hi, Hoping someone can help. Basically, I've had an Acer Aspire laptop for approximately 7 years. It came with XP Home, which I kept for a few years, I then updated to Vista approximately 1.5 years ago. For the past 6 months or so, it's been going incredibly slow, almost down to stopping...
  2. SamHale

    Screenshots

    Do they get saved anywhere? A temp folder?
  3. SamHale

    Wireless Router

    Something I forgot, is that I have previously used this laptop with a wireless network at my previous home. So perhaps it's stuck looking for that connection or something? Many thanks Sam
  4. SamHale

    Wireless Router

    Hi, I hope you are all well. First, let me know explain, I have stumbled across this forum via Google, so I hope my post is appropriate. Second, I am no 'network' genius, so I hope my experience is appropriate, or not too inappropriate! I have recently signed up to Virgin Media fibre cable...
  5. SamHale

    Form - Spam - Without Captcha or similar

    Hi guys, Hope everyone is well. I'm currently going through a process with a few others creating a fairly simple voting website. There's currently a holding page up (with the sites functionality) here - www.woulduprefer.co.uk. We've been experiencing a large number of spam posts over the past...
  6. SamHale

    Entering Multiple ID's

    Should I give up or find an alternative?
  7. SamHale

    Entering Multiple ID's

    Thanks emozley, this got the page to display. However, the code doesn't work unfortunately :( DNG - From your suggestion, a list with 1 item is displayed and not select, even though it's ID was in the related field :( Any other suggestions. This is starting to get to me. Here is the code I am...
  8. SamHale

    Entering Multiple ID's

    Any idea anyone? (sorry for the push)
  9. SamHale

    Entering Multiple ID's

    Hi DNG, Thanks for this - However, I'm receiving an error message : Microsoft VBScript compilation error '800a0401' Expected end of statement /admin/services/edit.asp, line 351 end if next -------^ What I am trying to do is - I have an add product page, on this page you can add...
  10. SamHale

    Entering Multiple ID's

    Great! Thank you DNG, works fine. Ok - Hopefully my final issue with the above. Within my edit page, I now need the list to automatically highlight those items based on the ID's entered previously. So the user does not need to select the related articles every time they edit the article. I...
  11. SamHale

    Entering Multiple ID's

    Hi DNG, This doesn't seem to want to work I'm guessing due to the '+ Replace(rs_related__MMColParam, ",", ",") +' I tried a number of ways (without the +'s, without the SV, etc.) Any other ideas? rs_related.Source = "SELECT * FROM tbl_services WHERE ID IN (+ Replace(rs_related__MMColParam...
  12. SamHale

    Entering Multiple ID's

    Hi guys Many thanks for your replies - I managed to get the above working shortly after posting. So sorry about that. But I now have another issue with the above. I've managed to ADD the ID's on the previous form. However, I'm now having problems displaying the recordset based on the entered...
  13. SamHale

    Entering Multiple ID's

    Good morning, Hopefully someone can help, and my objective is quite simple. What I wish to achieve is to have a dynamic list (from items already added), which I can do. Then allow the user to select 'multiple' items from this list, submit the form, and then the ID's of the items selected from...
  14. SamHale

    Updating a Recordset (contains Binary)

    Update - I played around a little with the coding, and managed to update both the Name field and Details field. However, the above error occurs when trying to update either the data field, or anything to do with the image upload. The below code appears at the top of my page to obtain the...

Part and Inventory Search

Back
Top