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 Wanet Telecoms Ltd 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: nsukari
  • Content: Threads
  • Order by date
  1. nsukari

    Updating more than one record at a time

    I have a query that updates the record in the DB with the new information the user submits. What I want to do is allow the users to update all of their records at once, click submit, and then have the correct records update in the DB. Is there a way to di this? I tried using CFLOOP, but it was...
  2. nsukari

    Populating a text box by selecting from a drop down

    There are two columns in my table "Programs", SPM ID and Program Name. I need to be able to automatically populate the "Program Name" by selecting the SPM ID from the drop-down list. How can I do this? Thanks for the help.
  3. nsukari

    Insert Data into Access DB using CFQUERY

    I have an application that is working well except for one thing. The submitted data will not insert into the Acess table. I have checked all of the field names, I have tried other applications running on this same DB and they work, and I have checked each field in the table to ensure that there...
  4. nsukari

    Deleting last character of a text field using update query

    I am trying to create an update query to correct the names of one table before comparing it with the other. The problem is, I have four people with the suffix of Jr. on their last name. I want to get rid of the "." without having to list each name indiviually. Is there a way I can do...
  5. nsukari

    Limit the number of records with CFIF

    I have a simple application set up so that users can register for certain events through our website. The registration information is added to an Access database and a confirmation e-mail is sent to the reigstrant and the person in charge of the event. The problem is, I need to limit the...
  6. nsukari

    Image Slide Show

    I am using the following script from javascriptkit.com for a slideshow. I need to know if there is a way for me to point to an entire directory of photos instead of listing the photos seperately. I am often replacing photos or adding new ones and instead of having to update my script each time...
  7. nsukari

    Image Slide Show Question

    I am using the following script from javascriptkit.com for a slideshow. I need to know if there is a way for me to point to an entire directory of photos instead of listing the photos seperately. I am often replacing photos or adding new ones and instead of having to update my script each time...
  8. nsukari

    Scrolling Contents of a query

    I have a query that produces a list of people from an access DB. THe query is very simple and is working, but the problem is that I need to be able to display the contents of this query on a web page as a continuously scrolling list. I have not been able to figure this out. I have tried to use...
  9. nsukari

    Can I use Javascript to scroll the contents of a Cold Fusion Query?

    I wrote a query in Cold Fusion to pull the birthdays for the week in the organization. The query works OK. I want to add this to my groups homepage, but my boss would like to see this list scroll. Updating the list each week is not an option as we have 3,000 people in our organization. That's...
  10. nsukari

    Date Format Question

    I know almost nothing about Cold Fusion, so I know this will be really easy for other people. I need to format a date that is output from an access table to m/d instead of mm/dd/yy. It is already formatted as m/d in Access, but when it comes over in CF, it comes over as mm/dd/yy. Here is my...
  11. nsukari

    Can I make a drop-down a required field?

    I'm using cold fusion for an update form. There are three choices for a drop-down box. I want to make it required to pick one of these choices and then, depending on which drop-down choice is made, I want to make certain text boxes required. 1st, can I make the drop-down required? 2nd, if that's...
  12. nsukari

    I'm new to CF and I just know the b

    I'm new to CF and I just know the basics. I don't have a book so I can't look this up but I really need to do this for our website. I need to write a query so that if the user selects "Yes" (either as a radio or a drop-down, required) then it would be required to fill in the text box...

Part and Inventory Search

Back
Top