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 TouchToneTommy 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 jeffcravener

  1. jeffcravener

    Hidden field visible on certain selection...

    I have a dropdown list of applications that a user can select from. When they select one of them, I want there to be an extra field to be shown to enter a toll free number. So, basically I want the page to have a hidden field on it, and it is only visible if a certain selection is made in the...
  2. jeffcravener

    Hide Field, then show when a certain selection is made

    I have a dropdown list of applications that a user can select from. When they select one of them, I want there to be an extra field to be shown to enter a toll free number. So, basically I want the page to have a hidden field on it, and it is only visible if a certain selection is made in the...
  3. jeffcravener

    Multiple Actions/Methods - JavaScript?

    I have been working on another project the last couple days and some family troubles. But I plan on taking a look at the suggestion above in more depth this weekend sometime. I will keep you posted, thanks so much! I am def looking to do this on client side as we may not be getting a web...
  4. jeffcravener

    Autonumber

    Thanks everyone! I will see about creating a field that is number based but not sueing the autonumber feature!
  5. jeffcravener

    Multiple Actions/Methods - JavaScript?

    I have an HTML page that has the following code: <FORM NAME="mainform" ACTION=http://midp-pager-001/telalertscripts/telalerth.exe NAME=SMS METHOD="post" ONSUBMIT="validate();"> I want another one that sens the same information in an e-mail. Is there a way to do this having another ACTION in...
  6. jeffcravener

    HTML: Combining Values?

    OK, i have the following 2 fields: <textarea name = app rows = 1 cols = 40 wrap> <textarea name = desc rows = 6 cols = 40 wrap> then i want to do something like this: <INPUT TYPE=hidden NAME=pagertext VALUE=app & desc> but that didn't work...any ideas? Is this possible? Thanks!!
  7. jeffcravener

    Autonumber

    OK, that sounds like a quick solution, deleting the field then putting it back in. I'll give that a try. And the extra field to check if a record is deleted is a good idea too! Thanks everyone!
  8. jeffcravener

    Autonumber

    Exactly...so, is there no way to get the autonumber back on track? It has to be keeping the value somewhere in order to increment at all....i just don't get why it decided to start at 1250 something!
  9. jeffcravener

    Autonumber

    haha...well...it depends. I see what she is saying as far as it having meaning. But I don't get why an autonumber can't have "meaning". I basically want the Issue Number to increment based on the prior record. So that it is quick and easy. So does it have meaning, technically yes, in case we...
  10. jeffcravener

    Autonumber

    Well, its an issue log, so the autonumber would be the Issue number of that particular issue.
  11. jeffcravener

    Autonumber

    I have a table that I use autonumber on, I did a query append to get some former records into the new table, the last one being 308. Then when i added a new one, it numbered it 1248....how do i get it to number the next value...which would be 309? Thanks!
  12. jeffcravener

    Summary Report?

    OK, i might be getting annoying by now. BUT, how do i get the date range that was selected to show on the report?
  13. jeffcravener

    Summary Report?

    Nevermind! I figured it out!! Thank you so much!
  14. jeffcravener

    Summary Report?

    hmmm...thats close, but when i try to add a date range, it breaks out for each date range.
  15. jeffcravener

    Summary Report?

    I have an issues log that keeps track of when the issue was reported, and whether it is open or closed. On a report I would like to list a summary of how many of each are within a certain date range. I can do this separately in 2 diferent queries, where the user would have to enter the date...

Part and Inventory Search

Back
Top