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

  1. dreamer610

    Some text in Flash swf file not showing up

    I'm currently working on creating a Flash Animation. When I generate the movie, some of the text does not show up entirely. It appears as if it is being obscured by something else. I've tried making the layer that the text resides in the top layer, and I've also tried to individually select the...
  2. dreamer610

    Subquery help

    I've been struggling with this for a day or so. I have a subquery in a query which pulls and displays the name of an organization from one table (tblOrgs) based on the symbol in another table (People). The problem is, that some of the symbols in People do not have corresponding entries in...
  3. dreamer610

    Help with CSS Menus

    Hi, I'm trying to create a menu which allows for multiple levels of submenus, but I cannot figure out how to get the 2nd level to show. I've tried many different things but only the first level will appear. Below is my code. Any help anyone can offer would be greatly appreciated. <html> <head>...
  4. dreamer610

    Replace all values between two characters

    Hi, I'm looking for a way to replace all characters between two other characters in a string with some other value. So say I have string = "adklfjadlkfdf{123}akldjfadklfjadklf{33333}kaldfjadkf{3}akdlfjad" I would want to replace each set of characters in between each { and } with something...
  5. dreamer610

    Perform a Windows Search for files that do not contain certain words

    Hi, I'm trying to perform a Windows Search for files that do not contain certain words (such as html pages that do not have a title tag). I've tried putting phrases like "NOT title" in the "A word or phrase in the file:" field in Windows Search Results but that does not work. Is there a way that...
  6. dreamer610

    Pulling ASP code from a database field

    Let me explain my situation. I have a page which has several sections on it. For the most part the content in these sections is going to stay the same on a day to day basis. However occasionally the content is going to change based on the date. So, for example on Valentine's Day, there might be...
  7. dreamer610

    SQL search on keywords help

    Thank you, that did it. I really appreciate both of your guys help!
  8. dreamer610

    SQL search on keywords help

    Thank's much! That helped a great deal.. I still would like to get it to search in any order that it's entered. Anyone have any ideas on how to most easily accomplish this?
  9. dreamer610

    SQL search on keywords help

    Hi, I need some help with creating an SQL query of data in an Access database. I have an ASP.net page which has a text box that users can enter keywords in. When the user clicks a Search button, the page queries an Access database which has a keywords field. The code I have is this SELECT...
  10. dreamer610

    Help with Datarelation

    Hi, I'm just starting out with ASP.net and need some help. I am attempting to create a page with a datagrid that contains data from two different tables. This page is part of a message board system. I want to use a field called UserID in one of my tables, to pull the Name of the user who posted...
  11. dreamer610

    Create link from Visio object in Word to section in word

    I imported a Visio file into a Word document. Is there a way to link from an object in Visio to a specific section of this Word file? Thanks in advance...
  12. dreamer610

    Coldfusion not pulling data from Memo Field in Access

    actually we called our website host and it turned out it was a problem on their end. they didn't have some permission turned on that allowed longtext or something like that. but thanks anyway!
  13. dreamer610

    Coldfusion not pulling data from Memo Field in Access

    Hi, I am having a problem with Coldfusion not pulling the data that is stored in a memo field in a table in Access. I am trying to display this data in a text box or textarea, and it seems that other types of fields are displaying fine, but the text box where the data from the memo field should...
  14. dreamer610

    Inserting Multiple Records into a database

    Thanks guys! I'll try these suggestions tonight!
  15. dreamer610

    Inserting Multiple Records into a database

    Hi, I need to insert multiple records into an access database using an ASP page. I am going to have 14 rows on a page and each row is going to have the same 5 fields. I want each row to be a new record in the database. Usually I use Dreamweaver to create pages to insert records, but I don't see...
  16. dreamer610

    Random Record Query

    Thanks! That's exactly what I needed.
  17. dreamer610

    Random Record Query

    Hi, I'm trying to create a query which returns the records in a random order every time the query is run. Any way to do this or any ideas? Thanks in advance??
  18. dreamer610

    Exporting report to Excel from Access Form

    Hi, I have an access report which I am trying to export to Microsoft Excel using the docmd.OutputTo command which I activate using a button on a form The actual line of code is: DoCmd.OutputTo acOutputReport, &quot;rptActivity&quot;, acFormatXLS, , True Now the report exports to excel, but the...
  19. dreamer610

    Entering a day, to enter in data for a specific week

    Hi, Thanks for the suggestions. I was able to use those functions and work up a solution. Thanks again.

Part and Inventory Search

Back
Top