I am working on some forms, and when I try the "Add New Record" method that pops up as one of the options in the actions for a new command button, it does not work for my form. Some fields it does not even let me enter information into at all. So, what I am going to do is create a whole new...
Sorry, I am new to this. Is there a way to add fields to the Field List for the form after you have already completed the wizard? When I go into the design view, and click on the Field List button, I can see the SQL query written in the titlebar of the Field List window, but can't add fields...
Hey. This is a really simple question, but how do you open a new form in response to a button click on the first form?
I am creating an application that will have information listed on the main form, and if the user wants more information about a particular record, they can click a button...
I have a table that has actions listed for each company, and since a company can have multiple actions, the company name is listed multiple times. These actions all have different dates as well.
I want to create a recordset that will pull out the latest date for each of the companies. If I...
Hey everyone. I am trying to make a website that will use frames. The navigation will be in buttons on the left hand side, and will remain a static page while one on the right changes. Alright, so far that is simple enough. The problem is that I want the background image in the page on the...
I am trying to test the variables being sent to a sub, so I am only getting it to print out the variables once they are sent to the sub. The problem is that I am getting a type mismatch error in the string I am writing out that calls the sub
Here's the string:
Response.Write ("</td><td>" &...
I am using absolute positioning on my webpage to place some text. The problem is that when you view the webpage (on a screen set to 1024x768), you can't see the text because it is too far down. I thought that because there is still more content on the webpage (the text), there would be a...
INSERT INTO orderTable (transaction, movieTitle, movieQuantity )
VALUES (' & (Select Max(transaction) FROM transactionTable) & ', 'Braveheart', 3);
I am not really sure how you are supposed to nest queries like this, so I am just guessing. The transaction table just holds the transaction...
I am trying to pull news stories from the CNN website, and display them on my webpage (giving them credit for the stories of course). I have gotten it all to work except for one minor detail. The links are relative to my site rather than the CNN website. So, I have been trying to parse the...
Does anyone have any reccomendations on cheap hosting that has good tech support? I am looking for a host that offers support for ASP, ASP.NET, PHP, MySQL, Access, and possibly MS SQL server. It would also be nice to have ftp access and some sort of web administration interface. Also, what is...
Does anyone have any reccomendations on cheap hosting that has good tech support? I am looking for a host that offers support for ASP, ASP.NET, PHP, MySQL, Access, and possibly MS SQL server. It would also be nice to have ftp access and some sort of web administration interface. Also, what is...
Hey everyone. I am having some problems with my video card. For some reason I can't get 3dMark01 to recognize that I have my video card set up for 8x AGP. It says that I have it in 4x even though I have set it up in the BIOS as 8x. I also can't get fast write enabled on my card (once again...
Hey. This is probably an easy question, but how do you find the length of text in terms of how many pixels it will take up on the applet? I am making a java slideshow, and I have the text description next to the image. The problem is that sometimes the text runs off the side of the applet. I...
Hey everyone. You'll have to forgive me if I made some dumb mistakes. It has been a while since I did anything with Java. Anyways, I can't seem to figure out what is wrong with this program.
import java.applet.Applet;
import java.awt.*;
import java.awt.event.*;
public class rotatePictures...
Hey. I am making a rollover for one of my webpages which will take as arguments the image name, the width to make the image, and a description. When the link is rolled over, it will display in one cell of a table the picture and below it in another cell, the description.
function...
Alright, I am having some major errors. I just installed win xp pro on my new computer I built, and I an got error that I dismissed at first:
BCCode: 1a BCP1:00041284 BCP2: 771E9000 BCP3:00000051 BCP4:C0503000 OSVer: 5_1_2600 SP: 0_0 Product: 256_1
I ignored the first one and installed...
Hey. I am looking for a way to save the source of a webpage using php. What I need is for the source to be saved as a text file so I can do a search on it. Thanks for any help!
Paul
Hey. I am trying to keep track of a person's balance. To do this I have two tables, one that keeps the person's balance, and another which has all the transactions and descriptions. So, when the person submits a new transaction, I want both tables to be updated. I can get the insert to work...
Hey. I know I am probably missing something stupid, but I can't get this to work for some reason. When I run the query with the hard coded values in an online database query analyzer, the query works, but it will not work on my asp page. With all that said, here is the query...
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.