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

  • Users: DuncanKing
  • Content: Threads
  • Order by date
  1. DuncanKing

    Javascript fills second field. Info lost if user goes "Back"

    I have field in a form that is filled depending on the option that a user selects from the previous field. Eg "Model" is filled with all the Models available if a user selects a particular "Make." This works well. Here the code I have: <select name="Make"...
  2. DuncanKing

    uploading a file

    I would like the user to be able to select and upload a "jpg" file from a form that had other fields. So this will just be another field in the form with other data about the product. When the user clicks on "Submit" they will upload everything to the MS access database. Does anyone know what...
  3. DuncanKing

    upload file from cfform

    I would like the user to be able to select and upload a "jpg" file from a form that had other fields. So this will just be another field in the form with other data about the product. When the user clicks on "Submit" they will upload everything to the MS access database. Does anyone know what...
  4. DuncanKing

    Cmd button First and Last error message

    The code for previous record and next record gives an error when click beyond the first/last record. I have no way of knowing that i'm at the first/last record. Here's the code DoCmd.GoToRecord , , acPrevious. DoCmd.GoToRecord , , acNext Is there a piece of code that will give a "user...
  5. DuncanKing

    Cmd button code for Switchboard

    Does anyone know what the code is for a Cmd button on a form that will bring me back to the Switchboard. I've tried "DoCmd.Close" but that brings me back to the access main DB screen (ie tables, wueries, forms reports....) Thanks
  6. DuncanKing

    CFC and sql inserting data into access ddb

    I have created a web service to enter data into an access db with the following cfc page. I'm calling this with a cfm page and a cfinvoke tag and URL http://www.mySite.com/addBooking.cfc?WSDL" I get the "Congrats Inserted!!" message returned when I submit the form but no data goes into the...
  7. DuncanKing

    Algorithm for secondary index file

    I have a 25gig master file and I want to create another .dat file with a secondary index. 1)Does anyone have an algorithm (or method) for this (i.e. that takes one field from the master and automatically generate a secondary index in a separate file) ...or if you know of any reference...

Part and Inventory Search

Back
Top