473,406 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Search and sort in Printview report

Most of my report in my program are in printview mode.
I create shortcut menu bar, I put in it some comands like : print, page setup, close, and this shortcut menu bar appear when i press right click of mouse on the printview report.

I want help,
1- how can I make search for specific data in that report .
2- how to make a sort for specific column.

I want this search and sort to put them in shortcut menu bar .

regards

Zaher Rabah
Apr 28 '07 #1
1 1554
ADezii
8,834 Expert 8TB
Most of my report in my program are in printview mode.
I create shortcut menu bar, I put in it some comands like : print, page setup, close, and this shortcut menu bar appear when i press right click of mouse on the printview report.

I want help,
1- how can I make search for specific data in that report .
2- how to make a sort for specific column.

I want this search and sort to put them in shortcut menu bar .

regards

Zaher Rabah
1. A Report is basically a static representation of data, and as far as I know, does not have any built-in search capability.
2. If you want a specific Sort Order on a Report, you basically have 2 Options:
  1. Modify the underlying RecordSource of the Report to reflect the desired Sort Order.
  2. In your Report Design View ==> View ==> Sorting and Grouping. Define your Sort Order(s) here to override all other settings.
Apr 29 '07 #2

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

Similar topics

8
by: Rod | last post by:
Hi, i am doing a ecommerce website and would like to implement a search engine to find products. All the serach engine I have found on the web are parsing html page! This is not what i want. i...
1
by: N. Graves | last post by:
Hi, I want to have a Search Dialog box that has several text box and fields to build a search and display the results in a form. I can do everything that I need to if I us a report but I would...
4
by: Jan | last post by:
I am having problems trying to print a report based on a form. This is a search form only, no data input. There is a query that the form looks at, but then there are numerous comboxes that you...
11
by: James P. | last post by:
Hello, I have a report with the Priority field is used as sort order and grouping. The problem is the data in this Priority field if sorted in ascending order is: High, Low, and Medium. How...
5
by: Terri | last post by:
The following query will give me the top ten states with the most callers. SELECT TOP 10 Count(Callers.CallerID) AS CountOfCallerID, Callers.State FROM Callers GROUP BY Callers.State ORDER BY...
1
by: dan | last post by:
Hi All I have a database that I have created but I have a problem, I am trying to create a report on 8 specific fields. for example if field one says no then I want that to be put onto a report....
3
by: Richard S | last post by:
CODE: ASP.NET with C# DATABASE: ACCES alright, im having a problem, probably a small thing, but i cant figure out, nor find it in any other post, or on the internet realy (probably cuz i wouldnt...
1
by: Reef81 | last post by:
Does anyone know a way to have the search parameters displayed in the query or report? For example, if I set up a parameter to search all entries in my table, is there a way to have the search...
1
by: Zaher Rabah | last post by:
Most of my report in my program are in printview mode. I create shortcut menu bar, I put in it some comands like : print, page setup, close, and this shortcut menu bar appear when i press right...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...

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.