473,395 Members | 1,454 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,395 software developers and data experts.

access query using greater than function

hi,
I inherited a query I use in Access 2010. Currently it identifies >4 entries. however I would like the entries to be listed. How can I achieve this? thanks
Jun 23 '15 #1
1 1429
zmbd
5,501 Expert Mod 4TB
jlawanda
You do not mention if this is a form, report, or query.

Forms and reports:
There are several ways to limit the data shown in either object. This can be done by on the fly filters via the ribbon by the user, in vba, macro, or by design. Then there is the actual underlying record set, usually a query, that can be the root cause of the limited records. You will have to provide much more detail.

Because most forms and reports start with either a table or query as the record source, let us look for the query that you are either using or is being used by the object you are using:

+ always make a backup of your active database before making any modifications. In fact, this is best practice to always have a backup of your files. The more critical the data - the more often you should backup the file!

+ Open your database.
++ if it's not visible already, [F11] to open the Database objects navigation pane
+++ find the query that is returning only the ">4" entries. Select (left-click once), <ctrl><c>, <ctrl><v>, rename the new query or leave it as "copy of ..." default. Personally I rename these so that I can tell what they do.
++++ Open the COPY of query you just made in design view. You will see two section top with the underlying data source and the bottom table. Within that table is an entry with the ">4" in the criteria row delete the entry in the row... NOT the column.
+++++ Save this new query and run.
You can now use this to either alter your form/report or better yet, modify a copy of these or build a new one.
Jun 23 '15 #2

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

Similar topics

2
by: Scott Cannon | last post by:
I am trying to query 3 tables all related by Clinet_ID. The Clients table, Monthly_Expenses table and Monthly_Income table. Each client can have 0>M instances of expenses, past due expenses, and...
1
by: jacksonec | last post by:
I am trying to use date fields in calculations so I know when a date is within 3 months of an expirationDate.
1
by: Deven Oza | last post by:
Hello everyone Please help me for the following query I want to solve the query Using the (DECODE) function, I want to write a program segment that will successfully decode all the CIS courses...
0
by: nostradumbass77 | last post by:
Using Enterprise Library 2.0 (Jan 06) and .NET 2.0 (VB.Net 2005) Dim dbPF As Data.Common.DbProviderFactory Try dbPF = Data.Common.DbProviderFactories.GetFactory("System.Data.OleDb") db = New...
1
by: EwanD | last post by:
I am trying to read through and process an Access Query using VBA. I have used the OpenRecordset method with parameters as below OpenRecordset(sSourceRecordset, dbOpenDynaset) Where...
9
by: EVH316 | last post by:
When I call this function Access gives me error msg "Too few parameters. Expected 3. " on the Set rstDAO = qryDef.OpenRecordset. Then I changed to Set rstDAO = qryDef.OpenRecordset(dbOpenSnapshot,...
5
by: yappy77 | last post by:
I have a query with an IIF statement that returns #ERROR. The results I want are if the requalify date is between 1/1/"year does not matter" and 3/31/"year does not matter" then First Quarter. ...
2
by: Ari krishnan g | last post by:
For Example i have a text 2x2.5 in a cell and ineed in 2 in a cell and 2.5 is in another cell.i need to seperate by the value "x"
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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...
0
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,...
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...

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.