Printing Error After Windows SP2 Update

Dec 18, 2006

Out IT department updated to SP2 this weekend and about half of my reports are no longer working. I cannot view, print or go into design mode. The error I am receiving is this:

There was a problem retrieving printer information for this object. The object may have been sent to a printer that is unavailable.

As soon as I change my default printer to a different one everything works normally. After talking to our IT department I received the helpful reply:

"Not at this time . This would take a lot of research to see why some reports print vs this one that will not."

After about three minutes of checking all of the affected reports are pointing to one printer. I found a way to manually fix an individual report by opening it up with a new printer set as default, saving the report and then changing the default back to the original printer. The problem is volume, this appears to be affecting about 50 or so reports.

It seems like a driver or network issue, these are network printers, but I do no have the access rights to try and fix this.

Any thoughts?

View Replies


ADVERTISEMENT

Disappearing Relationships Due To Windows Update?

Oct 21, 2005

Hi all,

I think I have this figured out, but wanted to see if anyone else had run into the same thing.

I keep each of my client's databases in separate folders named after their respective company. One of them has an apostrophe in the name and I have it named that way and have never had a problem with it. I had copied a front and back end mdb from their office and reloaded it on my computer to make some changes and got a strange error. When I went to check the relationships, there were none. I checked a previous copy of the program and the relationships were all showing correctly. I went back to their office and got another copy of the program, copied it back to a temp folder on their computer and found that the relationships were ok. But when I loaded the files here, they weren't there.

In the end, it was the apostrophe in the folder name that caused the problem and it occurred to me that Windows had updated the other day. Has anyone else had this happen? I guess I learned another lesson about naming anyway.

Tom W.

View 2 Replies View Related

Disabled Append Queries - Due Patch Update To Windows

Mar 28, 2008

Hi,

I'm hoping someone might be able to help point in the right direction. Our IT department applied a patch update to windows 2000 overnight, which has had an impact on the Append queries in my DB.

Basically I have a number of append queries that use lookup tables to append the appropriate data from the underlaying table to the required table. They all have a relationship of "only include rows where the join fields from both tables are equal".

These were all working fine yesterday, but this morning, even though there is data in the underlaying table that meets the criteria, not data is being identified.

Has anyone any idea, as our IT department don't know and are not prepared to undo the patch update.

Your assistance would be most appreciated.

John

View 1 Replies View Related

Error While Changing The Web From Windows 2000 Server To XP Professional

Sep 9, 2004

Hello
If the web server is windows 2000 server.there no problem.
If I am changing it to Windows xp professtional.I am
Getting the following error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xa34 Thread 0xeb0 DBC 0x1052ed4 Jet'.

While opening a connection to access data base.
How to solve it?

Thanks in advance

View 3 Replies View Related

Printing A Newrecord Before Update

Mar 15, 2005

Hi All,
I am having problem printing a label based upon newrecord. The report prints but has no information. I think it is because it is not save to the table yet since i have this event before update.

Private Sub Form_BeforeUpdate(Cancel As Integer)

Dim stDocName As String
stDocName = "rpt_inv_Labels_OCTag"

If Me.NewRecord Then

Dim strNewMsg As String

strNewMsg = "New Inventory Detected" & vbCrLf & vbCrLf & vbCrLf
strNewMsg = strNewMsg & " 'YES' to Save, Print a Label and Close." & vbCrLf & vbCrLf
strNewMsg = strNewMsg & " 'NO' to Save but do not Print a Label and Close." & vbCrLf & vbCrLf
Beep
If MsgBox(strNewMsg, vbQuestion + vbYesNo, "Print Label?") = vbYes Then
' Save Record, Print Label and close

DoCmd.OpenReport stDocName, acNormal

Else
'do nothing means save
End If
Else
Dim strMsg As String

strMsg = "Data has changed." & vbCrLf & vbCrLf & vbCrLf
strMsg = strMsg & " 'YES' to Save, Print a Label and Close." & vbCrLf & vbCrLf
strMsg = strMsg & " 'NO' to Save but do not Print a Label and Close." & vbCrLf & vbCrLf
strMsg = strMsg & " 'Cancel' Undo changes and Close." & vbCrLf

Beep
Select Case MsgBox(strMsg, vbQuestion + vbYesNoCancel, "Save Record?")
Case vbCancel
DoCmd.RunCommand acCmdUndo

Case vbYes
' Save Record, Print Label and close

DoCmd.OpenReport stDocName, acNormal


Case vbNo
'do nothing means save and close

End Select
End If
End Sub


Report record source:
SELECT tbl_inv_detail.Inven_ID, tbl_inv_detail.OCTag, tbl_inv_detail.Inv_Status_change_dte FROM tbl_inv_detail WHERE (((tbl_inv_detail.Inven_ID)=[Forms]![frm_inv_inventory]![Inven_ID].[value]));

Inven_ID (PK) Datatype:Autonumber

Please help

View 1 Replies View Related

Printing Error Message

Jun 21, 2006

Hi all,

I am in the UK and the company i work for moved to Budapest and so did my access database and is now on their server. Today a user in Budapest has come with a problem (see attachment). I really don't understand what has happened here...all the user is doing is clicking on a button, which has a hyperlink to another form, no printing involved at all. One of their colleagues in Budapest can run the report with no problems, do you think the problem is most likely to do with their computer settings...thanks for any responses.

View 2 Replies View Related

Works On Windows 2000 Not Windows 2003

Sep 19, 2006

I have a website that is asp (not .net) based with an Access DB and I am in the process of replacing an old windows 2000 server with a much faster windows 2003 server. Here lies the problem I have a script as part of the admin that exports data to a csv file. The query joins 4 tables together to get the data needed for the export. On the windows 2000 server it takes 1-5 seconds to execute and have the csv file ready for download. On the window 2003 server it times out. I striped it down to use 2 joins and it worked although it took more like 10-20 seconds to export. This exports a specific range of ID's and the range is normally only 40-50 rows. If I put time stamps in the code the problem is in the query of the database, so I know its not in the file write etc.

I am going to rewrite it to use multible querys instead of one large query, but I have many other sites that I am moving to this server that would work better if I can figure out why it is so slow.

The windows 2000 is a 900 mhz server the windows 2003 is a 2.8GHZ server both have 1 GIG of ram. The database file is on the local drive on both servers. I am guessing it is a difference in the Jet version, I just haven't been able to find a solution to the problem. This uses a DSN connection, configured the same on both servers. I have also tried it as a DSN-less connection with the same result.

I have installed access on the server and to execute the command in access it is <2 sec.

I am not an access expert I normally program in .net and php and use MySQL and MsSQL for databases, we just have these legacy sites that use Access DB's

View 1 Replies View Related

#error On The Fields When Printing A Form

Feb 11, 2005

Hello every one, it is great to find a place like this.

Please I need help. When I print a form from Access 2000, all the fields on the printed form show #Error, eventhough in the screen the fields show information.

Can somebody help me????

Thank you

View 2 Replies View Related

General :: Memory Error When Printing Report

Dec 5, 2014

I am getting an error message when printing a 2 part report. It does not appear until I have already printed the first part and I am ready to print the second. I have 6 users and all seem to experience intermittently with the exception of 1 who it is constant. The message is as follows;

"There isn't enough memory to update the display. Close unneeded programs and try again."I have tried deleting the registry "KEY_ CURRENT_ USER SoftwareMicrosoftVBA" with no avail and have installed all available updates from MS.

View 3 Replies View Related

Error Printing A Access Report To An Epson Printer

Jun 14, 2005

I have recently changed computers from a WindowsNT to and XP. When using the NT machine, I am able to print my Access report. However, when I hook up the XP machine and request a report from one specific database, I get the following message....this message also comes up if I try to open print preview or page setup.

"There was a problem retrieving printer information for this object. The object may have been sent to a printer that is unavailable."

I don't think it is a printer error as the error is occurring in this one database. I have successfully printed a test page and can open up other Access databases and print. I also tried converting the database to the 2002 format....but that did not make a difference either. There must be a setting in the database that is causing the error.....

Does anyone have any suggestions???

View 5 Replies View Related

Margin Error When Printing Reports In Access 2007

Apr 25, 2012

I am receiving the following error when printing different reports to several different printers in Access 2007: "The section width is greater than the page width, and there are no items in the additional space, so some pages may be blank. For example, the report width may be wider than the page width." According to my co-workers this issue began immediately following the upgrade to version 2007 from 2003.

View 1 Replies View Related

Access And Windows 98 To Windows 2000

Nov 27, 2006

Hi All,

This is my problem -

My customer has Access programs that work on their Windows 98 OS PC's, but when they try to use them on Windows 2000 OS PC's they will not work.
The programs I believe were originally written in Access 97 and now they have Access 2000 on the PC's.

By not working I mean the following -

The Access program allows them to enter a document name and then the file opens in Word - BUT - when they use it in Windows 2000 it does not open the document at all. It says file not found in Windows 2000 and the file does exist.

** The reason they have Access opening files is that Access keeps track of them for auditing purposes.

Now here is something that I want to mention. On PC's that were upgraded from Windows 98 to Windows 2000 the programs work.

Can anyone here tell me what is missing from 98 to 2000 that would do this.

Thank you very much for your time.

View 3 Replies View Related

MS ACCESS ERROR ""MSAccess.exe Has Generated Errors And Will Be Closed By Windows..."

Aug 30, 2006

We are having Access 2000 application with frond-end in separate Access 2000 resides on each user's computer and link to tables in another Access 2000 resides on Server. Lately we have problem of the Access db on the server asking to be repaired. As it is in the process of repairing, this following error popped up and shut down the Access app.

"MSAccess.exe has generated errors and will be closed by Windows. You need to restart. An error log is being created."

I can't find the error log, and am unable to determine the cause of the problem and solve the problem. Pleaes help!!

Any ideas would be greatly appreciated!!

Thank you.

View 2 Replies View Related

Vista 3d Windows To Windows Xp

Oct 20, 2006

Does anyone know if there is some type of theme to make windows xp windows 3d like vista's windows. example below.

http://www.winvistabeta.com/files%2Fscreens%2F5365%2Fexplorer%2Fwindows-vista-3d-switch-screen.jpg

View 2 Replies View Related

Modules & VBA :: Printing Code Slowing Down Printing Reports?

Feb 25, 2014

I was having trouble just setting each report with a particular print method - for some reason they just kept forgetting their individual settings and resorting to default on the machine.

This meant reports were printing on the wrong paper, or the wrong size paper, the wrong orientation and some times refusing to print if it couldn't find the paper (which is useful in runtime as it doesn't display error messages)

So I used Reports(rpt).printer properties (I forgot where I found this) to hard code the printer properties into each print command... this meant I had to use another function to insert the variables.

So all I had to do was say:

Code:
PrintMe("Invoice","InvoiceID",iID)

and a report would print to exactly how I wanted... but it's just too slow!

See attached for full code, I have a niggling feeling it may be the function: PrinterOK, to make sure the printer exists or not.

Code:
Function PrinterOK(sPrinterName As String) As Boolean
Dim MyPrinter As Printer
PrinterOK = False
For Each MyPrinter In Printers
If MyPrinter.DeviceName = sPrinterName Then
PrinterOK = True
Exit Function
End If
Next
End Function

I know it's the printing code, because if I stop the printing and just preview then it shows up almost instantly.

View 1 Replies View Related

Update Error

Nov 7, 2006

Can someone look at this update statment i just wrote? It's giving an error.

i.e.

UPDATE [Upload Trades] LEFT JOIN UploadAccts ON [Upload Trades].CustAcct = UploadAccts.CustodyAccount SET [Upload Trades].Client = [uploadaccts].[client], [Upload Trades].Account = [uploadaccts].[account]
WHERE ((([Upload Trades].Account)<>[uploadaccts].[account]));

Error msg - "Operation must use an updateable query"

Thank you.

View 1 Replies View Related

Update Error

Oct 18, 2006

I have two identical tables with one being created by coping the structure of the other. Table A is my primary table. Table B is my new data imported table. I created a Update query with a dlookup to update Table A's address field from Table B. All records fail to append due to type conversions.

Here is the dlookup:
DLookUp("[Address]","Table_B","[ID_number] = " & [ID_number])

I need this to work and I have no idea why I am getting the conversion problem.

View 2 Replies View Related

Update Query Error

May 15, 2006

I've been agonizing over this all day! This is the SQL for the query that I built:

UPDATE [Compl P129 A3C] INNER JOIN MasterFundSch ON [Compl P129 A3C].LOANNUMBER = MasterFundSch.[Loan Number] SET MasterFundSch.P129OldInv = [OLDINVNUMBER], MasterFundSch.P129OldCat = [OLDCATNUMBER], MasterFundSch.P129NewInv = [Compl P129 A3C]!NEWINVNUMBER, MasterFundSch.P129NewCat = [Compl P129 A3C]!NEWCATNUMBER, MasterFundSch.P129PrinBal = [PRINBAL], MasterFundSch.P129PrinTran = [Compl P129 A3C]!PRINTRANS, MasterFundSch.P129Diff = [PRINBAL]-[PRINTRANS], MasterFundSch.P129RptDt = [Compl P129 A3C]!RPTDATE, MasterFundSch.P129ActionCd = [Compl P129 A3C]!ACTIONCODE, MasterFundSch.P129DueDt = [Compl P129 A3C]!DUEDATE, MasterFundSch.P129EffDt = [Compl P129 A3C]!EFFDATE, MasterFundSch.[REPUR SUB] = IIf([groupID]="FH",IIf(Month([fund dt])=Month(Now()),IIf(Day([fund Dt])<16,"N","C"),"C"),Null)
WHERE (((MasterFundSch.P129RptDt) Is Null) AND (([Compl P129 A3C].NEWINVNUMBER)=[MasterFundSch]![New Inv]) AND (([Compl P129 A3C].NEWCATNUMBER)=[MasterFundSch]![New Cat]) AND (([Compl P129 A3C].ACTIONCODE)="0000" Or ([Compl P129 A3C].ACTIONCODE)="0820" Or ([Compl P129 A3C].ACTIONCODE)="0077" Or ([Compl P129 A3C].ACTIONCODE)="0078"));


I'm getting records updating that are not one of the four Action Codes that I've assigned.
Help before I go crazy!

View 1 Replies View Related

Update - Conversion Error

May 22, 2006

I have a text column of alpha-numeric fields and some start P123456, P111111, P222222 etc. I want to remove the P from these fields.

I thought the following update query would do this but gives a type conversion error, regardless if the new column to copy them to is type text or number. Can someone help explain what is wrong.

UPDATE 2006 SET D2 = CLng(RIGHT(D1,LEN(D1-1)))
WHERE LEFT(D1,1)="P";

Thanks,
Andy

View 2 Replies View Related

Update Query Gives Error

Feb 20, 2008

Does anyone know why I get the error "Operation must use an updateable query" when I run this query.

UPDATE Food_Table SET Food_Table.Delivery_Size = (SELECT Delivery_Size
FROM Delivery_Table
WHERE ((Delivery_Table.Region=Forms.Formulation_Combo.Re gion_Combo) AND (Delivery_Table.SubRegion=Forms.Formulation_Combo. SubRegion_Combo) AND (Delivery_Table.Segment=Forms.Formulation_Combo.Se gment_Combo) AND (Delivery_Table.Sector=Forms.Formulation_Combo.Sec tor_Combo) AND (Delivery_Table.Product=Forms.Formulation_Combo.Pr oduct_Combo)));

When I run only the sub SELECT query portion all is well, but not in the update query.

View 14 Replies View Related

Expression After Update Error????

Mar 31, 2006

I am trying to get some of my colleagues to open a database I have created. They keep getting an error message on some of my forms:

"The expression after update you entered as the event property setting produced the following error – can’t find project or library
Expression may not result in the name of a macro, the name of a user defined function, or event procedure
There may have been an error evaluating an event, function or macro."

What does this mean? I'm assuming it has osmething to do with the code I have in AfterUpdate events but these are only requerys for cascading combos. Example:

Private Sub cboBusiness_AfterUpdate()
Me.cboBusinessUnit.Requery
Me.cboBusinessUnit.SetFocus
End Sub

Where do I need to look to sort this? It works fine on my PC, but nobody elses.

View 1 Replies View Related

Error In UPDATE Statement

Aug 24, 2005

Hi everyone,
I keep getting this error whenever i try to run the ASPcode. Can anyone please help me

Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error in UPDATE statement.

I have two tables data1 and data2 in the same access database (data.mdb)

here is the query

strDBPath = Server.MapPath("data.mdb")
Set cnnSimple = Server.CreateObject("ADODB.Connection")
cnnSimple.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBPath & ";"

Set rstSimple = cnnSimple.Execute("SELECT sponser2 FROM data2")

Do While Not rstSimple.EOF
spo=rstSimple.Fields("sponser2").Value
set tamt = cnnsimple.Execute("SELECT SUM(amount1) FROM data1 WHERE sponser1='"&spo&"' ")
Set rstSimple1 = cnnSimple.Execute("UPDATE data2 SET amount2= "&tamt(0)&" WHERE sponser2='"&spo&"' ")
rstSimple.MoveNext
Loop

View 2 Replies View Related

Error In Update Synatx

Aug 25, 2006

I'm getting an error when I try to run an update query on my form. I was hoping someone would be able to give me a hand.

Here is my error:

Code:Microsoft JET Database Engine error '80040e14'Syntax error in UPDATE statement./purchasing/admin/editor.asp, line 185

Here is the query I am trying to run:

Code:sql="UPDATE [General] SET " sql=sql & "fldName='" & Request.Form("fldName") & "'," sql=sql & "fldPhone='" & Request.Form("fldPhone") & "'," sql=sql & "fldDateSub='" & Request.Form("fldDateSub") & "'," sql=sql & "fldTimeSub='" & Request.Form("fldTimeSub") & "'," sql=sql & "fldDepartment='" & Request.Form("fldDepartment") & "'," sql=sql & "fldQuantity='" & Request.Form("fldQuantity") & "'," sql=sql & "fldDescription='" & strfdesc & "'," sql=sql & "fldStatus='" & Request.Form("fldStatus") & "',"if request.form("fldStatus")="Closed" then sql=sql & "fldTimeClosed='" & XTimeClosed & "'," sql=sql & "fldDateClosed='" & XDateClosed & "',"else sql=sql & "fldTimeClosed='" & Request.Form("fldTimeClosed") & "'," sql=sql & "fldDateClosed='" & Request.Form("fldDateClosed") & "',"end ifif Request.form("fldPrevious")="None" AND Request.Form("fldResolution")<>"None" then sql=sql & "fldResolution='" & XDateClosed & ":" & XTimeClosed & " - " & strfreso & Chr(13) & Chr(10) & "',"else if request.form("fldResolution")="None" thenif request.form("fldPrevious")="None" then sql=sql & "fldResolution='" & strfreso & "',"elsesql=sql & "fldResolution='" & strfprev & "',"end ifelsesql=sql & "fldResolution='" & strfprev & XDateClosed & ":" & XTimeClosed & " - " & strfreso & Chr(13) & Chr(10) & "',"end ifend if sql=sql & "fldIP='" & Request.Form("fldIP") & "'," sql=sql & "fldPoNumb='" & Request.Form("fldPoNumb") & "'," sql=sql & "fldSent='" & Request.Form("fldSent") & "'," sql=sql & "fldFillDate='" & Request.Form("fldFillDate") & "'," sql=sql & "fldSignat='" & Request.Form("fldSignat") & "'," sql=sql & " WHERE fldTicketID=" & cidresponse.write(sql) conn.execute sql if err<>0 then response.write("No update permissions!") else response.write("Record " & cid & " was updated!") Response.Buffer = True MYMESSAGE = Server.URLEncode("Ticket updated...please wait while you are directed back to the Ticket List...") Response.Redirect ("delay.asp?DELAY_TIME=5&DELAY_MESSAGE=" & MYMESSAGE & "&REDIRECT_URL=http://intranet/tickets/admin/viewer.asp") end if end ifconn.close%>

I am using this code from a working editor that I made and cannot seem to figure out why it won't work now. Any help is greatly appreciated. Thanks.

View 5 Replies View Related

Sql Update Statement Error

Aug 25, 2006

im trying to update to the database with the following sql statements:

FUNCTION fixQuotes( theString )
fixQuotes = REPLACE( theString, "'", "''" )
END FUNCTION

sql #1
sqlstring = "update Asset set AssetID='"&fixQuotes( assetid )&"', AssetLabel='"&fixQuotes( assetlabel )&"', WarrantStart='"&fixQuotes( warrantystart )&"', Engrave='"&fixQuotes( engrave )&"', Status='"&fixQuotes( status1 )&"', Make='"&fixQuotes( make )&"', Model='"&fixQuotes( model )&"', AssetCategory='"&fixQuotes( assetcategory )&"' where AssetID='"&assetid&"' "

sql #2
sqlstring = "update Asset set " &_
"AssetID=' " & fixQuotes( assetid ) & "'," &_
"AssetLabel=' " & fixQuotes( assetlabel ) & "'," &_
"WarrantStart=' " & fixQuotes( warrantystart ) & "'," &_
"Engrave=' " & fixQuotes( engrave ) & "'," &_
"Status=' " & fixQuotes( status1 ) & "'," &_
"Make=' " & fixQuotes( make ) & "'," &_
"Model=' " & fixQuotes( model ) & "'," &_
"AssetCategory=' " & fixQuotes( assetcategory ) & "' where " &_
"AssetID=" & AssetID

ive tried both @ different times but they dont work. the adodb connection's open

View 14 Replies View Related

Update Syntax Error

Nov 3, 2006

Obviously a common problem, but my code seems to fit all the correct syntax. I don't understand why it doesn't work...

Code:content_id = request.form("content_id")text = request.form("text")Set Conn = Server.CreateObject("ADODB.Connection")Set RS = Server.CreateObject("ADODB.Recordset")DSNName = "DRIVER=Microsoft Access Driver (*.mdb);DBQ="DSNName = DSNName & Server.MapPath("../../db/axis_content.mdb")Conn.Open DSNNamesql = " UPDATE content SET "sql = sql & " text='" & fcol(text, "a") & "'"sql = sql & " WHERE content_id= " & fcol(content_id, "n")function fcol(indata, typeofdata)indata = trim(indata)if len(indata) = 0 thenfcol = "Null"exit functionend ifselect case typeofdata'a is for words'case "a" fcol = "'" & tsq(indata) & "'"'n is for numbers'case "n" fcol = indata'd is for dates'case "d" fcol = "#" & indata & "#"end selectend function'tsq = two single quotes'function tsq(indata)'replace 1 single quote with 2 single quotes and pass back'tsq = replace(indata, "'", "''")end function
FYI: the content table contains a content_id, section, page, and text

I have been struggling with this for the past week (no joke). Thanks in advance for your help.

View 11 Replies View Related

Update Querry Error!!

Nov 8, 2006

I am using this update querry..

UPDATE DISTINCTROW indicateur set libelle_court='% revues tenues / revues prévues sur projet', description='',cle_tri='',id_priodicite=1,calcule= '0',resitute='0',origine='',seuil_min=9,52,seuil_m ax=1 WHERE id=2;

This gives me an error...I found out that if I put 9,00 (this is the symbolic representation of 9.00 in French system) then it works fine. It does not take any thing after the decimal...

Can anyone please help rectify this..??

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved