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 Chriss Miller 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: *

  • Users: jeevenze
  • Content: Threads
  • Order by date
  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.

    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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. jeevenze

    help with online timesheets

    Hello, I've been assigned to build an online time tracking system so that employees can record how much time they've spend on a particular project. I know there are a lot of third-party software that provide this service but I was wondering if anyone knows of any examples on the web that i...
  12. jeevenze

    help with an error message...

    I'm a novice at ASP and am trying learn it by taking tutorials. I'm getting an error on one my tutorials and I can't figure out why I'm getting it as the code I have is exactly the same as it is in the tutorial. Essentially there are two pages, one has a form that asks for a user to input a...
  13. jeevenze

    submit an email via form

    I've built an ecommerce site using ASP in Ultradev. On the last checkout page, there is a button to submit the order. Is there a way that I can insert a few lines of code where when the user hits the submit button I can get an email notifying me of the order? Thanks in advance to anyone who...
  14. jeevenze

    Ecommerce site using Microsoft Access??

    I'm building an ecommerce site using Microsoft access. This is my first ecommerce site and it's basically built, (created it by reading Ultradev tutorials) and it's essentially very basic. I was just wondering how I go about integrating verifying credit card information on my shopping cart...
  15. jeevenze

    Ecommerce site using Microsoft Access??

    I'm building an ecommerce site using Microsoft access. This is my first ecommerce site and it's basically built, (created it by reading Ultradev tutorials) and it's essentially very basic. I was just wondering how I go about integrating verifying credit card information on my shopping cart...
  16. jeevenze

    Ecommerce site using Access??

    I'm building an ecommerce site using Microsoft access. This is my first ecommerce site and it's basically built, (created it by reading Ultradev tutorials) and it's essentially very basic. I was just wondering how I go about integrating verifying credit card information on my shopping cart...
  17. jeevenze

    can't get same color from photoshop to dreamweaver

    I'm building a navigation bar for my web pages. I've created buttons (images) in photoshop and the background color I've used on the buttons is EXACTLY the same as the page background color in Dreamweaver. After I save the buttons as GIFS in photoshop and insert the image/buttons in...
  18. jeevenze

    I can't get the same colors in Ultradev from Photoshop

    I'm building a navigation bar for my web pages. I've created buttons (images) in photoshop and the background color I've used on the buttons is EXACTLY the same as the page background color in Dreamweaver. After I save the buttons as GIFS in photoshop and insert the image/buttons in...
  19. jeevenze

    Auto Number and Random

    I have one of my fields in the table as Data Type as an AutoNumber. For New Values instead of Increment I have it set as Random. This returns random numbers but some of the values returned are negative . e.g. -2948573. Is there a way that all random numbers returned are absolute or positive...
  20. jeevenze

    AutoNumber and Random values

    I have one of my fields in the table as Data Type as an AutoNumber. For New Values instead of Increment I have it set as Random. This returns random numbers but some of the values returned are negative . e.g. -2948573. Is there a way that all random numbers returned are absolute or positive...

Part and Inventory Search

Back
Top