Hi,
i need to perform the following task. I have a tree of directories that contain files. I need to check that each subdirectory contains a complete set of files. If something is missing i need to report that directory.
----AAA
1234.txt
1234.dat
1245.exe
1234.sig
----BBB...
I have the following linked tables:
I would like to display only the latest record in the Detailed Info table together with the Guidelines information (record with the newest Entry Date)
How to get this record?
---
Happy Happy Joy Joy
Hi,
i have the following tables:
tblStandard_Information and tblReview_Information. These have been joined with a key.
I have created a query to display some fields - view this image: http://img137.imageshack.us/img137/8995/tablenc9.png.
SQL view:
SELECT tblStandard_Information.Product_Name...
Hi,
i wonder if the following code can be converted to PHP.
I have the following html/javascript code:
::index.htm::
<html>
<head>
<title>Index</title>
</head>
<body>
<script language="javascript">
// writes in the iframe
contPage = (location.search.substring(1))? location.search.substring(1)...
Hello,
i'm sending an email from outlook with the following code:
Sub MailTempWorkbook()
Dim WB1 As Workbook
Dim WB2 As Workbook
Dim WBname As String
Dim OutApp As Outlook.Application
Dim OutMail As Outlook.MailItem
Set OutApp =...
Hello,
i'm using a VB6 program developed by an external company. It works fine in our company. We are using MS Word 2002.
We want to deploy this software at another site. Unfortunately they are using MS Word 2003.
The compiled program is not working because the reference to MSWORD 10 library...
Thanks for the ADO code.
I got the DAO code working but i will look into it..
This did the trick:
Dim Db As DAO.Database
Dim Cust As DAO.Recordset
---
It's never too late to do the Right thing
Hello,
i would like to generate an unique ID in the form of
CS-06-0001 (where CS is a prefix, 06 is the current year and 0001 is a counter).
I had this working in a 97 database but for some reason that code doesn't work anymore in Access 2002 (not my own code).
It uses a table with two...
The page is not created from a template. It's a piece of software i did not code myself. I just need to make some modifications to it (original company stopped supporting it)
---
It's never too late to do the Right thing
Hello Macropod,
i need to add these fields programmatically. The document is created from within a Visual Basic program.
---
It's never too late to do the Right thing
Hello,
i'm trying to add a Footer containg Pagenumber/Total pages and Printdate to a document when it is created.
I want the Printdate to be left-aligned and the Pagenumber/Totalpages to be right-aligned.
Excel has .Leftfooter and .Rightfooter but these don't work in Word :(
Could someone...
Follow-Up:
I've created the following Queries:
- Active
- Finished
- Too Late
- Within Deadline
- Projects
The task left is to generate the table.
---
It's never too late to do the Right thing
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.