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

    .: Array stored in Session :.

    Hi All, I'm having problems with an Array being stored in a session variable. It has no problem adding one element, but falls over when I try to add a second, saying there is a type mismatch on line 10. On line 10 I am saying that if the session is not empty, make myArray equal to it. It...
  2. tfoulkes

    Converting Approach file

    I have a Lotus Approach file and I need to convert it to Microsoft. I don't have smartsuite or approach, and can't "open as" the file! I was wondering if someone would be willing to open the file and save it as excel? I know this is a lot to ask, and I feel really cheeky... But it...
  3. tfoulkes

    Exporting Access listbox data to excel

    Hi all, I've got a list box returning values in two columns. I want to export this data to Excel to create charts etc. I was wondering if anybody had any advice on how to do this? Thanks Tim
  4. tfoulkes

    Exporting Access to Excel

    Hi all, I've got a list box returning values in two columns. I want to export this data to Excel to create charts etc. I was wondering if anybody had any advice on how to do this? Thanks Tim
  5. tfoulkes

    combo box to display query names

    Hi all, I'm wanting to use a combobox to select a query from the queries which are available. After this I'm going to pass it as a variable on a form for a select statement. This bit I'm fine with, It's just getting the dropdown of all available queries, not the values which that query...
  6. tfoulkes

    Read Binary data

    Hi, I'm updating some ASP and am trying to figure out what the code does now, and I'm stuck! The file handles downloads. The following code I'm not quite sure about: set ebsReader = Server.CreateObject("EBSReader.ReadBinary") binaryStream = ebsReader.ReadBinaryFile(filePath)...
  7. tfoulkes

    passing form textbox data to query

    I have a form with a text-box, then a query that uses the text from this text-box as a parameter to search on. There is also a button which runs this query. The SQL: SELECT Get_Education.*, Get_Education.[Page Path] FROM Get_Education WHERE (((Get_Education.[Page Path]) Like...

Part and Inventory Search

Back
Top