sorry i forgot to add this. On the template the path for the image is src="Forms/images/logo.gif but on the pages it isnt loaded the code is scr="images/logo.gif Since this is in a noneditable region and there are many pages i do not want to manually change them all.
Hello,
I am working on my companies intranet and when i moved the site from my PC onto the network I had an error with the template. My site loaded fine and the links work but on the template there is an image that does not load. The image displays on the template but on the other pages it...
Hello,
I was recently placed in charge of analyzing the potential implementation of an intranet at my place of work. The first web development tool that i thought of was Dreamweaver because I had used it a little and found it a million times better than front page. My question is does our...
sorry i figured it out
SELECT [Error Check].[Order*Line Item], [Error Check].[Part#], [Error Check].BoreNum
FROM [Error Check]
WHERE ((([Error Check].[Part#])="073560-000") AND (([Error Check].BoreNum)>"2.93")) OR ((([Error Check].[Part#])="073550-000") AND...
...are about 50 orders entered each day. I am not exactly sure how to check this... I created a basic query that was:
SELECT [Error Check].[Order*Line Item], [Error Check].[Part#], [Error Check].BoreNum
FROM [Error Check]
WHERE(([Error Check].[Part#] = 073560-000) and ([Error Check].BoreNum...
Hello once again
I solved my problem. Surprising what you can do when you step away from a project for a while. What i did was make a create table query where i include the sales order and customer information and then made the query distinct so only one sales order would show with the proper...
Hello,
No the orders arent set to specific amounts just to specific customers. What i am trying to do is redesign it to deal with duplicates and it has except for orders that have two updates on the same day. I have repeatedly told them that for better data quality and even just better...
Hello,
First of all i do not know if there is a solution to this problem but i will give it a shot. On my project i am combining a Sales Information table and a Gross margin Table. The Sales information table contains sales order, customer name, number, city and state. The Gross margin...
Hello I have a problem with my mouse wheel being able to go through records in the database. I tried looking at the article http://support.microsoft.com/default.aspx?scid=kb;en-us;278379 from microsoft knowledge base but that example involves using visual basic 6.0. Unfortunately my computer...
whenever i try what you suggested i keep getting a run time error about the object. Right now i have everything seperated into 3 folders. 2001, 2002, and 2003. 2001 and 2002 i have merged into their own single files but 2003 is where a header has been created in the word documents. I still...
The word documents have a template which gives customer information. So the layout is uniform. The only problem is below it there is a details section which varies in length.
Hello,
Just to give you a heads up i have no clue about trying to open multiple files and merge them to one file. Unfortunatly i do not have VB6.0 or .Net on my computer at work so i figure to do it in VBA by using a command button on a form. This is probably an incorrect approach but like i...
Hello i have a problem with a query and sorry for the length of this. First of all to give you a description of what i am dealing with. I have a query that uses two tables and a query. The first is a Variance query that has the sum of variance by Sales_order. The sales order can show up...
Yeah i know your correct about the normalization. The problem is this is for a one time review and my boss doesnt know much about databases and is pretty set on what he wants. I have stored the ID for question and review type and linked it to the text but i run into a problem with answer. The...
Hello i have a combo box that displays 2 columns. The first displays an answer and the second an Answer_ID. Right now the answer saves into a table but i want the Answer_ID to also save into a table. I set the column bound equal to 2 and have been trying to solve this problem but haven't had...
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.