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

Quick filter disappear when used on one field in datasheet view

Tabasco
25
This is quite strange, I've a form with a subform, the subform is in datasheet view and when i filter it by using dropdown checkboxes on one column i cant use it on another column, if a use the same recordsource quary in quarydesign view I can filter how many coulmns by using dropdown checkboxes. Is this some sort of limitation in access 2007 that prevent multiple fields to geet filtered by these dropdown checkboxes?
Oct 24 '12 #1
9 14724
Tabasco
25
those dropdown checkboxes seem to be called "quick filters" and they work on multiple columns in sqldesign view . However, they dont work on multiple columns in a form datasheet view? sould i abandon this idea and start programing searchboxes and souch in the main form or can I get this multiple quickfilters to work in datasheet view
Oct 24 '12 #2
zmbd
5,501 Expert Mod 4TB
Tabasco,
Please do not bump your threads.

Most of the people here have other jobs, for example I work in a lab, and fit answers into the day as time permits.
We are not paid; thus, your patience is appreciated. In the mean time I suggest reading thru the numerous insight articles on this site as there are some really interesting topics and solutions to common and not so common puzzles... note the time I took to post this... I could have use looking into your question. Instead... my timer is beeping at me so off I go to the lab again.
Oct 24 '12 #3
Tabasco
25
Sorry, didn't mean to bump my thread however I wanted to clearify my question. I didn't realize there where any rules on how to post questions i guess thats something you'll learn by experiance
Oct 24 '12 #4
zmbd
5,501 Expert Mod 4TB
Tabasco,
Not to worry; however there is the FAQ and if you will click on the answers tab there are two topics about posting and questions.

Current: Window7(64)-MSA2010
I've taken three of my test databases and have inserted subforms both as bound and unbound in various forms... In all cases the "Quick" filters were available when the sub-form default view was set to "datasheet."

I could set more that one selection/condition/sort across multiple fields using the "quick" filters.

This may be an issue with your specific form or something running in your code. The one thing I did note is that when the "quick filter" was set, the dropdown icon changed to up/down-arrow or funnel (as expected); however the other dropdown icons became very small... you might hoover over the right side of the field to see what shows.
Oct 24 '12 #5
Tabasco
25
Thank you for taking the time to help me! I use MSA2007 so maybe thats the problem? Or could it perhaps be something with how the existing fields had been added some setting or name on them?? I can use filters on all the columns but these checkboxes only work with one (the first) column.
Oct 24 '12 #6
Tabasco
25
I manage to solve this problem eventually, so if any other came across the same problem it would seem that if you create a form and choose your own records scource and then add existing field it seems that you're unable to use several check box filters, HOWEVER, if you first create a SQL statment which you save and then drag that SQL to the form you want and let formwizard create the form you will be able to use filter on every column instead of just one!
Oct 30 '12 #7
zmbd
5,501 Expert Mod 4TB
Your workaround may be valid in v2007; however, in v2010 I was unable to re-create your bug by any method I could try, for example:
I created forms using the wizard based on a simple query, a left-inner, and a union
I also created forms from scratch, building the record source by hand as above.
I didn't try a crosstab... didn't see the point there. :)
Additionally, I have a few dynamic forms where the record source is built at runtime and set via VBA on form load.

IN none of these cases was I unable to use the quick filter drop downs and select multiple filters.
As I noted before... the icons tend to get smaller and hard to see.
The other thing of note... depending on the order of filter check boxes selected, sometimes a value would not be avaible in another field; however, that is to be expected as those records had been filtered out - this is what I'm starting to suspect is happening in your case.
Oct 31 '12 #8
I have a similar issue. I have several very complex forms and all of a sudden the quick filters stopped working. I've been doing heavy development over the last 4 weeks and I'm not sure when they stopped working ... but they did.

This is also in Access 2007.

I will try Tobasco's recommendation.

---
Ok. I think I have the definitive solution.

The problem applies to:

- Split Forms

- Where the form datasource is a query containing a reference to a form using the syntax "[Forms]![FormName]![FieldName]"

For some reason, using that syntax in a query as a form datasource "can" cause the quick filters to stop working on some split forms.

The workaround:

- Create a new query "around" the query with the Forms! reference.

- Essentially, this new query is just "SELECT *" of the old query.

- Then, use the new query as the datasource for the split form.

... and your quickfilters should work again.
Nov 8 '13 #9
Indeed, this 'quick filtering' option in MS Access can't work with 'calculated' fields (even a basic concatenate). I've noticed that from the testing i've made.
Also, suppose you change a datasheet textbox into a dropdown list, and then put any formula in its RowSource definition, it won't work either (list of possible value won't be available for pick up)...
Nov 13 '14 #10

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

Similar topics

2
by: ivan | last post by:
I have a form (CustomerImfo) that has a subform within it (order). Within that subform is another subform (OrderDetail). That subform (OrderDetail) is displayed in Datasheet view. When I am...
3
by: Keith Wilby | last post by:
I have a form which allows both form and datasheet views. My question is, is it possible to control the field (column) names in datasheet view? What happens at the moment is that the name is...
3
by: Kent Eilers | last post by:
I want to follow naming conventions for my controls - i usually prefix combo boxes with "cbo". When a form is in datasheet view however i do not want the user to see the 'cbo' prefix in front of...
2
by: Georges Heinesch | last post by:
Hi: I have a tables in relationship to each other. When I open the main table (table 1), I see a "+" at the very left of every record. Clicking on the "+" expands the data of the linked table...
1
by: Yuki | last post by:
I am trying to find out if I can have a specific record that has been selected in a list box be opened in datasheet view. I can't seem to find where this can happen or what I need to use to make...
1
by: chrissmith_76_Fed_Up_With_Spam | last post by:
Hello all, I am using Access 2002, with file format of Access 2000, and am experiencing a problem. I have a subform that is shown in datasheet view for users to edit data direct to a table. ...
7
by: Ken Mylar | last post by:
First a quick background on the form: I have a form that is normally viewed in Single form mode. It has a subform on it that is in datasheet view. The main form is for work orders and the...
3
by: Bface | last post by:
Hello, I tried looking through some of the postings to see if anyone asked these questions before but I didn’t find any. I have 3 questions and I hope someone can help me out. I will write post...
0
by: anniebai | last post by:
I am testing a form converted from access 2003 to 2007. This form has two keys (StudentID and ProjectID). if I choose form view, both fields displays. but if in datasheet view, only ProjectID show...
9
by: kwerkyone | last post by:
I have two separate but similar databases and each has a split form that acts as the main form used. One of these split forms is able to be filtered from the datasheet portion of the split form using...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.