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: Helen267
  • Content: Threads
  • Order by date
  1. Helen267

    Input type=file - disabling user input

    I couldn't find the answer to this question using search. I would like to use an input box with a type of file, which users will then use to upload a file. But I also want to disable the text input, so they can ONLY use the browse button to select a specific (existing) file, rather than typing...
  2. Helen267

    Tricky CF / JS question - populating dialog box

    I am trying to write a piece of code to populate a dialog box, and I'm not quite sure of my next step (or even if it's possible). I've searched the FAQs and forums, but haven't found anything related to this. I have a form with a select box. When an option is selected, I want the form to run...
  3. Helen267

    Using search to find quotes

    I'm trying to write a simple function to search for quotes in a CF form field (called heading). I suspect there is some special syntax required around using quotes, since they are special characters in JS, but I'm self-taught and having trouble finding any references! My function is as follows...
  4. Helen267

    Looping over query

    I having trouble populating checkboxes dynamically, and I'm hoping someone can help me. I have three tables. This first is the parent: PROJECTS Project_ID Name History Directorate_ID The second is a list of values, grouped by Directorate_ID: MEASURES ID Directorate_ID Measure The third is...
  5. Helen267

    Table/column definitions

    My apologies if this has been answered elsewhere, but the search function is not currently available. I have a SQL Server database (which currently has an Access front-end). I was wondering if there is a way of reporting from within the SQL Query Analyser on all the table/column definitions...
  6. Helen267

    Wrapping memo field for text file

    I have a report which creates a text file for import into a financial system (not in Access) using the OutputTo command. The import procedure requires that each line be no longer than 70 characters. The field being imported is 1000 characters, so I have created a query which uses the Mid...
  7. Helen267

    Removing look-up from datasheet

    This may be an obvious question, but I'm new to Access, and I've searched this archive, and MS Access help, and can't find the answer! I've been asked to "tidy-up" a database, and one of the tables has had look-ups created for a number of fields. I want to remove these, to get a...

Part and Inventory Search

Back
Top