I am wanting to do a search for instances of a given string but I want more then just the line its on, but may three entry lines before and after each time I find the string. The file I look through is an over 5,000,000 line log. I only get the line the string is on with a basic grep and doing...
I am trying to find a way to use a script to remotely start an executable. I can change them out and use taskkill to start it. But when I tried a Call command it gave me an error:
"Component 'ipport50.ocx' or one of its dependencies not correctly registered: a file is missing or invalid"
I...
I am able to get code work if a user and password are defined on the access db.
pw = ty
ud = "Admin"
' Path to Transfers.mdb
MyConn = "d:\personal\tely\pickeraccuracy.mdb"
Set cnn = New ADODB.Connection
With cnn
.Provider = "Microsoft.Jet.OLEDB.4.0"
.Open...
I am trying to call data to a excel table from a query in Access but it says it cannot recognize the nz in excel. Is there another way to move the data so it recognizes blanks as a zero from access?
This is the query:
SELECT test.pickerNum, test.period, test.week, test.year, sum(test.olq) AS...
The book I have does not show how to setup global variables and use between multiple forms that will close.
I have a string variable that is used to place information in the correct column. Based on a Select Case it will have the column based by date and shift. Example if:
date is today and...
I am working with two forms that will feed both a access database and excel spreadsheet. I have one form that obtains information needed for a report on excel and helps my code recognize where to put the information (what cell) based on date and shift. Well I am introducing another form for...
I am trying to get information filled in a form to go both to a database and to one comment for cell for a related day. I already have it going to the database. Not sure how to get several entries into one comment.
I am using it for a role of all present at a meeting on a report.
Thanks
Tim
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.