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

    how to export binary data as image files

    Hi folks - I've done a search on "long binary" on this site, but found mostly VBA suggestions for my problem, and honestly I don't know how to do anything in VBA. Here's the situation - my employer has an ID-card-making database through which digital photos are added to student...
  2. caitlin

    Speed up a union query?

    Hello all - I have a huge union query that serves as the basis of several pages of a web application. It combines the fields of two tables that each have about 66,000 records. It works fine, but it is dog slow. I need all the fields, so I can't remove any. The numeric fields are indexed. Any...
  3. caitlin

    How to use ASP variables in Response.Redirect statement

    Hi folks - I'm drawing a complete blank - how do I use an ASP variable inside an ASP statement? I've forgotten the correct syntax and can't find it in my books. Here's what I want to do: <%Response.Redirect(&quot;teacher_classlist.asp?<%=varTeacherID%>&quot;)%> varTeacherID is my...
  4. caitlin

    Control table formatting with CSS instead of HTML?

    Hi everyone, I have a site that generates 25+ tables on different pages using ASP. I want to format them all the same using CSS instead of going in and manually changing the tables in HTML (especially since I often have to regenerate the table, which erases the formatting). I'm not having any...
  5. caitlin

    Database query w drop-down - how to keep chosen value selected?

    Hi all - I'm using the FrontPage Database Wizard to create simple ASP pages that query an Access database. The query is done with a drop-down list. However, once the user chooses a value and the page updates, the drop-down is empty. Is there a (hopefully simple) way to make the drop-down...
  6. caitlin

    Database query w drop-down - how to keep chosen value selected?

    Hi all - I'm using the Database Wizard to create simple ASP pages that query an Access database. The query is done with a drop-down list. However, once the user chooses a value and the page updates, the drop-down is empty. Is there a way to make the drop-down maintain the user's choice when...
  7. caitlin

    How to make chart include all categories even if empty?

    Hi folks - I've created a report that consists mostly of charts depicting test scores based on subgroups. Each chart includes a category for that subgroup and a category for &quot;everyone else&quot;. The fields I am drawing the charts from show a 1 if the person is in that subgroup, or a 0 if...
  8. caitlin

    Documenter: only list table field names &amp; descriptions??

    Hi everyone -- The Database Documenter seems to give you all or nothing ... for each of my tables, I'd like to print a list with only the field names, data type and description (basically a printout of the design view screen). But in order to get the description property in the Documenter, you...

Part and Inventory Search

Back
Top