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 strongm 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. LearningAndEarning

    I have a successful DB connection when test, no go on table info

    I am able to get a successful DB connection in Dreamweaver when I test it. But I am unable to retrieve table information from my Microsoft Access database. I have never had this difficulty before, usually once the connection has been made I'm in the clear. Any help knowledge or suggestions would...
  2. LearningAndEarning

    How to properly set up a reciprocal link.

    I will really appreciate anyone who wouldn't mind explaining how to set up a proper link on a web site and the proper information to send to another site when setting up a reciprocal link. To clarify I know how to make a hyperlink just not how to properly title and describe it. Thanks
  3. LearningAndEarning

    Access Rounded All the Prices In My DB Up

    The data type is Currency, Format is currency, and the decimal places are 2. What happened was bascially any book that was say $6.95 is now $7.00 the decimal place stayed the same and the format just the price was rounded up. I'm just looking for an easy way to change back if possible. I have...
  4. LearningAndEarning

    No Color Options for Gradient Tool

    Sometimes you need to select if it will be a linear or radial gradient before it will give you the option to change colors.
  5. LearningAndEarning

    Access Rounded All the Prices In My DB Up

    I am not aware of anything I might have done. I am still pretty new to Access so I might not have realized I had done something. Then there is also the dreaded someone in the office with less knowledge about Access than myself tinkering with the db. Can you suggest any possible things I might...
  6. LearningAndEarning

    Access Rounded All the Prices In My DB Up

    Major Issue. Access rounded all the dollar amounts up to the next dollar in the DB I am working on for a bookstore. Anyone know how and why it would do this. Are there any solutions to getting my prices back without having to go in and chage all 1300 records? Thanks
  7. LearningAndEarning

    QueryString Help in DWMX

    I am not using a form I'm using a link which looks like this: <a href="/art_results.asp?Art=<%=Server.URLEncode("Art")%>">Art</a> Then I am decoding it on the results page using a variable. Which is: Request.QueryString("Art") This works fine if you want to only return 1 category to 1...
  8. LearningAndEarning

    QueryString Help in DWMX

    I am having a problem in DWMX with querystrings. I have a page on the web site I am working on (http://www.aimsbooks.com/browse_books.asp) called Browse Books on this page are links for searching by category, language etc. I am URL Encoding these links and sending them to results pages. The...
  9. LearningAndEarning

    Multiple Keyword Search using &quot;Advanced&quot; tab in Recordset Builder

    Thanks to Cheech for the information. One last problem though. I used "dictionaries, youth , spanish" as an example of what the end user might put into the search criteria. We have over 1,000 books so far added to the db so putting OR in for each criteria individually would take forever. This...
  10. LearningAndEarning

    Multiple Keyword Search using &quot;Advanced&quot; tab in Recordset Builder

    Thanks for responding. This isn't quite what I am trying to do though. Basically I have a "search" form with a single text field and I need to set up my results pages SQL code to allow multiple words in the search field. Example: Spanish, Dictionaries, Youth (It's a foreign language bookstore)...
  11. LearningAndEarning

    Multiple Keyword Search using &quot;Advanced&quot; tab in Recordset Builder

    Hey Everyone, I need to allow the users on the web site I am developing to be able to enter multiple words in a single text area in a form. As of now the user can enter a single word and results will be displayed, but if multiple words are used no matching results are found. I am having...

Part and Inventory Search

Back
Top