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!

Search results for query: *

  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...
  16. jeffcravener

    Display record number on report

    Hmmm....well, when i open a table, each one has a record number...right next to it...or at least a number on the left side. and in the bottom on the form, oit says record 3 of 560 or whatever.
  17. jeffcravener

    Sort Records in Form

    But, the form will be used to add new records or change them, if you use a query, can this be done too?
  18. jeffcravener

    Display record number on report

    I would like to be able to show the record number on a report. So, that way if someone sees a record on the report, they know which record number it is if they need to change or view all of the detaisl of the record. Any ideas?
  19. jeffcravener

    Sort Records in Form

    I have the records of a table sorted a particular way, but when i bring them in via a form, the sorting is different. any ideas? I couldn't find a spot in design view of the form to change the sort.
  20. jeffcravener

    A Report: Calculation on two total text boxes

    I have a query that has a field called ResponseTime. I use that as the grouping in a report. There are 2 possible values: <30, <2 Business Days. In the ResponseTime Header I put a text ox that calculates the total records for each group. On the report header I want to add a text box that...

Part and Inventory Search

Back
Top