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 SkipVought 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. jeevenze

    question on forms and results...

    I'm designing a web page for a friend who is a car sales man, and he has a page where he'll list the specials he has to offer. I was hoping to have a form where the user can fill out the information and submit and have the results come up in a table in the 'Specials' page. I can do this in ASP...
  2. jeevenze

    How can I get a link not underlined?

    I'm creating a page with some links to outside pages...I'm using e.g. <a href=&quot;http://www.yadaya.com&quot;>Yadasdk</a>. Is there anyway that this link not be underlined? I can change the color properties of the links but can't get rid of the line. On some pages I've seen where a link is...
  3. jeevenze

    pull down menus on Excel?

    This is an excel question, I'm hoping that an Access user will be proficient in using excel. Essentially I'm trying to build a spreadsheet and I want to have pull down menu's on some of the cells that fill in the value, e.g. one column is for Quantity, and I want the user to be able to only...
  4. jeevenze

    How do I go about creating a mailing list.

    Is there anyway I can do this in ASP?
  5. jeevenze

    How do I go about creating a mailing list.

    I want people to be able to subcribe to a news letter. I'd like to create a form where the user simply puts in his/her email address and the user gets an automatic email saying that we've received his subscription request, and then send a newsletter via email in HTML format to all users who...
  6. jeevenze

    Having trouble with Jump Menu

    I did the jump menu anew in the other page and it works now...thanks. Mufi
  7. jeevenze

    Passing multiple form variables for result selection criteria

    for ordering, name all the radio buttons the same e.g.radio_order and their values should correspond the field names that you want to order, (price, etc.) for the sql statement try SELECT * FROM Tbl_LateDeals WHERE Tbl_LateDeals.departure_date = 'varDate' ORDER BY varorder have the varorder...
  8. jeevenze

    Having trouble with Jump Menu

    I'm having a problem using the jump menu...essentially it only jumps once...when it reaches the new page, the jump menu on that page doesn't work (and the new page has the same jump menu that the first page does -cut and paste-). I've put the menu's code below...i'd really appreciate it if...
  9. jeevenze

    dynamic records - display when checked

    What you could do is instead of the checkbox, replace it with a 'Details' (link). Highlight 'Details' and select the server behavior &quot;Go to Detail Page&quot;. Fill out the fields in this behavior, you'll need a unique column identifier and it'll probably be your primary key from your...
  10. jeevenze

    help with expression and sql statement

    worked perfect. thanks. Jeevenze
  11. jeevenze

    Help with writing a query and expression

    Hi DougP, I'd like the result to be returned in the query...I'm making a webenabled site and I want to create a recordset in ultradev and would like to copy the sql statement to ultradev. Is there anyway i can return the result in it's own field in a query? Jeevenze
  12. jeevenze

    Help with writing a query and expression

    I have the following query: SELECT qryporeceived.job_number, qryporeceived.SumOfpo_received, tbljob_info.total_estimate FROM qryporeceived INNER JOIN tbljob_info ON qryporeceived.job_number = tbljob_info.job_number GROUP BY qryporeceived.job_number, qryporeceived.SumOfpo_received...
  13. jeevenze

    help with expression and sql statement

    I have the following query: SELECT qryporeceived.job_number, qryporeceived.SumOfpo_received, tbljob_info.total_estimate FROM qryporeceived INNER JOIN tbljob_info ON qryporeceived.job_number = tbljob_info.job_number GROUP BY qryporeceived.job_number, qryporeceived.SumOfpo_received...
  14. jeevenze

    Help with building a query (manipulating dates)

    It probably is 'odd'...but i'm trying to build an online time(sheet/management) and I want a pull down menu with dates and I just want the pulldown to display three weeks worth of dates. I did get it work like i wanted...I inserted the dates for two years in an access table and I used the...
  15. jeevenze

    help with sql statement

    Perfect... Thank you. Jeevenze
  16. jeevenze

    help with sql statement

    I've a table with all the dates for this year. I've built a query where the results return all the dates upto the current date...what i need help with is that I want the query to return only 21 results or any other method that returns 21 dates prior to today. The current SQL statement i have...
  17. jeevenze

    Help with building a query (manipulating dates)

    I need help writing an SQL statement. I want to prepopulate a table with all the dates for the year and i want a query to select only the current date and 21 days that have passed. For example, today the query would select all the dates inbetween 06/27/2001 - 06/6/2001. Thank you in advance to...
  18. jeevenze

    insert record server behavior NOT WORKING

    There's nothing wrong with the insert statement...the error only occurs when i'm trying to insert data into a field named 'date' in access. I changed the field name to 'zdate' and it works fine now. I also tried some test tables and the error only occurs when a field is labled 'date' in access.
  19. jeevenze

    insert record server behavior NOT WORKING

    I've been playing with the server behavior and the error only occurs when i'm trying to enter data in a 'date' field. I have various fields in the table, e.b. jobnumber, employeeID, etc...and when I try to insert data in any of the other fields it works fine...it's only when I include the date...
  20. jeevenze

    insert record server behavior NOT WORKING

    I'm not sure but something's wrong with my server behaviour for inserting a record. I have created several websites and have used it without any worries. Now when I use this and test it I get the following message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC...

Part and Inventory Search

Back
Top