Hello,
I am looking for an easy way to pull information from a PDF without third party software. I am setting up a macro in Word to verify version numbers on several documents. Some are in Word some are PDF.
I need to call the adobe find function and then be able to flag if the find was...
Hello all
I'm attempting to filter a table of machines and alarms to remove all the same alarms on a machine that occur within 2 minutes of each other. The basic table stucture is this.
Machine Alarm Time
1 Door Open 1/1/2006 07:00:00 AM
1 Door Open...
I am calling a SELECT * using this code
Dim db As Database
Dim rs As Recordset
Dim s As String
Dim x As Integer
Set db = CurrentDb
s = "SELECT * FROM [WWW];"
Set rs = db.OpenRecordset(s, dbOpenDynaset)
x = rs.RecordCount
MsgBox (x)
There are over 200 entries in the table yet it only returns...
I am attempting to create a report in CR 8.5 that pulls data from a MS Access 2000 database. When I create the link to the db it pulls up all the tables just fine; but when I attempt to add the table to the report I get the message "There are no fields in the table"
I have also tried...
We are working on a form where we need to do several functions with all the text boxes on it.(clear, enable, disable..etc) I have set a for each loop that cycles through the control tags, then performs the function. This seems to be a work around to me. Does anyone know of a way to "For...
There is no noise coming from the tape drive. I have only seen it after it has been loading for 7 plus hours so it may have powered down by then; and the drivers are current. I had to update them to get BE9.0 to work at all.
I am running Backup Exec 9.0 for Windows Servers on a Windows 2000 Advanced Server platform.
When a scheduled job runs it hangs at media loading until I cancel the job. If I use the same job and set it to "Run now" it works fine.
Any Ideas
Thanks for the help
I am coding the user interface for a database that tracks different types of personell issues. I was givin an outline that they want in a treeview. Kind of like this:
I Unsafe Acts
A. Errors
1. Skill Based
a. No turn over
This outline goes about 4 deep and has many roots. The...
I am attemping to use a treeview which builds at run time. I have been beating myself up for about a week trying to get it to work.
Is there a way to search all of the nodes, including children? I have tried all of the recursive searches I can think of and they all only search the top level...
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.