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...
...I'm sure there has to be a way to do a Case or If then else statement but I do not know the syntax. My code is below. Any help that you can offer would be greatly appreciate, thank you!
select *, (select tblOrgs.name from tblOrgs where tblOrgs.symbol = People.masterSymbol) as theName,
from...
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>...
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...
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...
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...
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?
...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 * FROM tblGallery
WHERE Keywords LIKE '%" & strSearch &"%' AND ShowDate <=Date()
The value that is stored in the strSearch variable is the value...
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...
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...
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!
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...
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...
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??
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, "rptActivity", acFormatXLS, , True
Now the report exports to excel, but the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.