...perfectly!!! It fixed my corrupted key and I was able to install SP2 successfully!!
That was the perfect solution!!!! [2thumbsup]
Mary :-)
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Earth is my home and animals are my family. Life is my religion and love is my example. Peace and...
...but I can't do anything to it.
How do I remove that irritating subkey so I can get SP2 on my machine??????????
ANYBODY?????
Mary :-)
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Earth is my home and animals are my family. Life is my religion and love is my example. Peace and freedom...
Thank you! That is EXACTLY what I was looking for. It's been so long since I've seen it *G*
Mary :-)
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Earth is my home and animals are my family. Life is my religion and love is my example. Peace and freedom belongs to us all.
...a tag that would keep the formatting so I wouldn't have to do a lot of rework with bullets and such. Can anyone remember that tag.
Mary :-)
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Earth is my home and animals are my family. Life is my religion and love is my example. Peace and freedom...
I figured it out.
I just needed to add
If recBatch.EOF Then Exit Do
after my recbatch.movenext line
It's the simple things that drive me the battiest! Mary :-)
Violence begets Violence
Let's Give Peace a Chance!!
I have this loop statement that when it reaches the end of the recordset it exits the total procedure process. What I want it to do is just go to the next line. What do I need to do to have it not exit the procedure once EOF is reached?
Do While recBatch!INF <= 3
strColVar = strColVar &...
I don't know Oracle but am working on a SQL file created that has INSERT INTO statements. These files build webforms.
My predecessor had added a line where the text field needs to have an & in it. The & is part of a link. How do I keep Oracle from flipping out with the & in it? I think...
Removing the comma (which actually comes before another date field) didn't make any difference and neither does placing brackets around title and description.
BTW: if there is no date in the field (it's the last field), what would be a good placeholder?? Would having, say, NULL work?
All I'm...
I have an ASP page that builds a SQL statement. But when I run it, I get a syntax error on the INSERT INTO.
INSERT INTO tblpds_projects (title, description, deliverables, scope, cdrom_dvd, ews, firmware, iadd, iftw, os_bundles, pcl, point_print_bundles, postscript, printing_system...
Addendum to the above:
A few more facts:
In the one cubicle with one of the problem PCs is another PC and both are coming off the same hub. The other PC works and the one doesn't. That is why I am thinking IP address. Login doesn't matter.
So simply the problem PCs cannot access Internet...
Have a unusual problem at work. Some insight would be helpful.
Have four computers that
CANNOT
access the web via the proxy server
access the Intranet
CAN
access the web WITHOUT a proxy server (still cannot access Intranet)
can log into the domain
access the servers in the company
get email...
I need to find a checksum program that will check long filenames (need a 32bit program). I create these files via Winzip for downloading off the internet.
They used to be short, 8.3 files but now requirements have changed, and I must now first run a checksum on a short version of the...
...Dim strSQL2 As String
' Capture the field whose value will narrow your recordset down
strProdNum = Me.PartsID
strSQL = "SELECT * FROM qrySubmittalBase WHERE ProdNum= '" & strProdnum & "';"
Set db = CurrentDb()
Set recSubmittal =...
Unfortunately, I'm required to use winzip. I want this to look/work slick because I could get some added benefits from it. Mary :-)
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
...Dim strSQL2 As String
' Capture the field whose value will narrow your recordset down
strProdNum = Me.PartsID
strSQL = "SELECT * FROM qrySubmittalBase WHERE ProdNum= '" & strProdnum & "';"
Set db = CurrentDb()
Set recSubmittal =...
I will need to create code that will look at a certain file in a zipped file so I can have it compare against the original file to be sure I've zipped and named the right one.
Our current process is to write batch files that uses winzip to zip files into .zip files before we make them...
Nevermind... I figured it out. Quotes around @ works and removing the len statement in instr. Mary :-)
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
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.