473,802 Members | 1,988 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to turn off echo of 'print msg box' when doing docmd.openrepor t

167 New Member
I am using access 2000. I am running some reports using DoCmd.open 'ReportName' and after each, the box 'Printing' pops up. I am trying to turn this off as I do not want to display this message box after each report. I have tried Application.Ech o = False and I still get the print message box. Is there any way to turn this off?
Thanks!
Jan 12 '09 #1
5 2775
NeoPa
32,579 Recognized Expert Moderator MVP
I found this in the Insights forum (for HowTos and Articles) so I've moved it for you and bumped it.

I would help but I have never tried this, nor can I think of a helpful set of google words to use. I'll have to see if one of the other experts can help you here.
Jan 13 '09 #2
NeoPa
32,579 Recognized Expert Moderator MVP
The command you're actually talking about is "DoCmd.OpenRepo rt" I suspect (as in the title, not the body). DoCmd.Open is not supported. I also had a quick check in the Help for you on this and there is no mention of disabling this display. I suspect this is simply a standard (non-configurable) effect of the method.
Jan 13 '09 #3
ncsthbell
167 New Member
I am using "DoCmd.OpenRepo rt rptname" in my code. What I am trying to find is a way to supress the print window that opens and displays when this code is run. I want that 'invisible' to the user.
Jan 13 '09 #4
NeoPa
32,579 Recognized Expert Moderator MVP
Actually, other than the one slip-up, your question was pretty clear and understandable (Would that all were so).

This is just one of those situations where I can neither answer from my own experience, nor find anything helpful on the web for you. Sorry.
Jan 13 '09 #5
ncsthbell
167 New Member
I too tried to search on the web and did not find an easy method to do this. Thanks for taking the time to look!
Jan 13 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
3774
by: sal cifone | last post by:
Hey, Is there any way to turn off the query parm prompts? I have a report that must be printed for 53 different cities and the vba code loops thru a table and passes the value to a select query. All works well EXCEPT I see the Query Paramater dialogue box show. Any way to not show this? Sal
0
2268
by: Ian | last post by:
(Sorry if I have repeated this, it did not appear the first time) I have the following code on a button. The idea is that when this button is clicked it prints several reports automatically then loops through several other reports and prints them. These reports are not sent to a printer but sent to a program called Fine Print PDF Factory which turns them into a PDF file (set as the default printer) This all works perfectly unless any...
8
3972
by: Hank Reed | last post by:
Hello, I have searched through dozens of old responses to this question but have been unable to make it work in my situation. I'm using Access 2000 We have a very old sticker printer on a serial line. Neither situation is going to be upgraded so don't suggest that. A simple sticker report takes 10 seconds to reach the printer. That is not an issue for me. But, if I want 5 copies of the same sticker, most methods I have tried...
3
7031
by: TDIOwa | last post by:
I have a report printing form (Access 97) in which I print different reports from. I have added a combo box that selects the number of copies that I want to print. Here is the rub... The following is the syntax that I use. The only problem is that I have the Database window hidden at all times and when I hit the print command button the report prints but the Database window becomes visible. DoCmd.SelectObject acReport,...
3
1812
by: Jon | last post by:
I'm trying to set an (within options table, tblOptions) a setting that can be read, whehter all reports should be printed or previewed. I'm happy to email a sample db if required. When I use the setting I get a Run-time error '13' Type mismatch!! I have: 1 table - tblOptions with 1 field - "PrintOrPreview" - a 50 character Text field 1 report - "rptTEST" - just a label on it
10
5065
by: N J | last post by:
Hi, I am trying to get a report to print based on what ID number I type into a text box, but it just prints all records in the table :( Dim stDocName As String Dim strWhere As String strWhere = " = " & Me.
2
2852
by: airdata | last post by:
Hi I currently have the following code attached to a command button on a switchboard form. This is basic Access 2000. Private Sub Print_daily_reports_button_Click() On Error GoTo NoData DoCmd.OpenReport "Sales Return (TODAY)", acViewNormal DoCmd.OpenReport "Sales/Collections (TODAY)", acViewNormal
12
3545
by: Studiotyphoon | last post by:
Hi, I have report which I need to print 3 times, but would like to have the following headings Customer Copy - Print 1 Accounts Copy - Print 2 File Copy -Print 3 I created a macro to print the report three times, but do not know how
4
2280
by: MicMic | last post by:
I have a label that needs to print out when a part comes in, but I want a message box to pop up to ask how many copies of the label do they want to print. This is my code so far. Where the Docmd.Print is, I have 2 for the copies, but I want a message box that the user will enter how many they want. Private Sub Command32_Click() 'Open report in Preview mode DoCmd.OpenReport "Labels Part Labels Dymo", acViewPreview 'Print out specified...
0
9699
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10538
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10063
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9115
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7598
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4270
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.