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 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...
  4. 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!!
  5. 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!
  6. 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...
  7. 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?
  8. 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.
  9. 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...
  10. jeffcravener

    Assigning value from SQL statement to a variable

    Can anyone help me assign the value of an SQL statement to a variable... Here is what I have so far: Dim strID As Recordset Set strID = New Recordset strID.Source = "SELECT tblLIST_CS_EMP.ID " & _ "FROM tblLIST_CS_EMP WHERE tblLIST_CS_EMP.Full_Name = " &...
  11. jeffcravener

    Outlook Custom Form

    How do I differentiate between the 'compose' page and the 'read' page? I have a bunch of controls on the Compose page that the person uses to fill out the form. Then, on the Read page, I jsut want a text box that summarizes everything from the controls on the compose page. But, when I send...
  12. jeffcravener

    Cancel Item_Send

    In Item_Send I have some code that verifies data entered into the form. If something doesn't match, i want o display a message bu also stop the e-mail from being sent. Anyone know how to do that?
  13. jeffcravener

    Combo box Event with Outlook and VBScript

    I have two combo boxes, we'll say cboBox1 and cboBox2 Depending on what is selected in cboBox1, will determine what will appear in cboBox2. BUT, I can't figure out the event to code!!! I am REALLY new to VBScript, most of what I have done so far has been luck because of my knowledge of VB6...
  14. jeffcravener

    Expanding Space on Drive C:

    When I had origianally installed XP I had mounted drives for the program files and the documents and seetings. and left the remaining c: drive windows installation 3 gigs... with all the updates and what not installed there, i am running out of room, down 10 189 megs... The volume that C is on...
  15. jeffcravener

    My company's IT Dept Blows : )

    Ok, now, with that off my chest, let me get to me question : ) I am a local call manager for one of Aetna's customer service center sites. I am new, and they have always used excel to do all their reporting. The problem I have with this, is for 5 ifferent reports, you have to key in the same...
  16. jeffcravener

    Field value based on prior value entered in table:

    For practice I am creating a database for comic books. I have created tables to hold Creators names, Publisher names, comic professions, titles, etc... I always knew in a form you could create a listbox to display the possible values from a table that held those values. BUT, I just discovered...
  17. jeffcravener

    Daily totals, weekly totals, monthly totals, quarterly totals, yearly.

    totals... How do I do this....I made the date all sep fields...like 4/23/2003 is entered into 3 sep fields, month, day, year.. I figured this would make it easy... I can do daily, i can do monthly, i can do qurteryl, and i can do yearly...but how do i do a weekly total?
  18. jeffcravener

    Parameters...

    OK, first let me give you a description of my problem... I recently started a new job that does not use access in the least...they use Excel for everything... Now, different people want reports with basically the same information combined differently or layed out differently. What that means...

Part and Inventory Search

Back
Top