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 loveday

  1. loveday

    Storing Image Names in db and displaying in acees form

    That's exactly what I am looking for but I *can't* find the code for the images. Any clue?
  2. loveday

    Storing Image Names in db and displaying in acees form

    Hello Dear experts, I have only done what I am about to ask in asp, not in access as front end tool. We have a bunch of images stored on our server (folder). We have built an access application which allows the display of images per record. For instance, if you open an access form or...
  3. loveday

    Unspecified error

    Can anyone, please, please help with this problem. It doesn't matter what I try, I can't seem to get over this "Unspecified error" message.
  4. loveday

    Unspecified error

    Even after I manually assign values to lshippingZipCode, I still get that error. This is really, really annoying.
  5. loveday

    Unspecified error

    I forgot to post the sql code I am getting after response.write: SELECT S.* FROM tblShipping S INNER JOIN Zones Z ON S.Zone=Z.Zone WHERE Z.LowZip <= AND Z.HighZip >= AND S.fromWeight <= 8 AND S.toWeight >= 8 All I am trying to do is get shippingCharges where zipcode is between lowzip and...
  6. loveday

    Unspecified error

    hi Chopstick, As embarrassed as I am to say this, it never occured to me to do response.write. Thanks for the reminder. I took the sql to an access database (that's what I am using) and ran it like this: SELECT S.* FROM tblShipping S INNER JOIN Zones Z ON S.Zone=Z.Zone WHERE...
  7. loveday

    Unspecified error

    I beg of you experts for your patience and expertise in resolving this error. I have been dealing with this now for 2 days. It really is kicking my tail. I have 3 segments of code. I will post the one that is having the error but if you have questions that relate to other pages, I will...
  8. loveday

    function to spit out shipping charges

    Hello gurus, Can I ask for a big favor of you, please. I created 2 tables: One table is called shipping and another is called products. The products table houses all of our products including shippingWeight of each product. The shipping table is a lookup table for shippingWeight. It has...
  9. loveday

    Printers installation

    I am not sure if I am in the right forum for this question but please direct me if I am not. I upgraded my hard drive from 4 gigs to 80 gigs and re-installed windows 2k professional, everything seems to work fine. I even downloaded and installed critical updates and patches from microsoft...
  10. loveday

    Calculating shipping and handling charges

    thanks much for the response. I am more worried about how to automatically add this total to the cost of customer's purchase during checkout. For instance, the below code will add tax to total customer purchase: global.asa Sub Application_OnStart 'Tax percentage to add to order total...
  11. loveday

    Calculating shipping and handling charges

    hi Chris, Thanks for the response and sorry for my late response. Ok, as indicated in my first post, stateCode, zip, fromWeight, toWeight, shippingCharges are from a table called shipping while shippingWeight is from a table called products.
  12. loveday

    Calculating shipping and handling charges

    Can someone, please assist me one more time? I have a page called checkout.asp as part of an ecommerce site we are building. The way we have it written so far, it calculates tax and adds the tax to customer's total purchase based on a 5% tax. Right now, we are trying to change that; we don't...
  13. loveday

    Displaying either a single value or all values

    mwolf00, thanks so much for your assistance on this and I am sorry for late response. A couple of follow-ups, please. One, we really didn't want to enter blockname; in other words, we have a page that contains 2 windows: routeName | Blockname If you click on routeName, all blocknames...
  14. loveday

    Displaying either a single value or all values

    Dear experts, I have a table structure with following attributes: route_Name, blockNmae, blockID, route_ID RouteID is a unique id but blockID is not. A route_Name is associated with blockName. This means that route_name can have one blockName or many blockNames. So, you could have a...
  15. loveday

    Formatting a table

    That's it! Thanks chessbot. Just curious, is there something thinner than 1px? If not, this is much better than what I had before.

Part and Inventory Search

Back
Top