Connecting Tech Pros Worldwide Forums | Help | Site Map

Quick filter on split form

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 14 '09
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 Quick Filters at the top of each column.
The other database split form doesn't show any Quick Filter values when the column headers are clicked. Does anybody know what the problem is, or where I would change the parameters to enable Quick Filters?
I appreciate any help that anyone can give me. Thanks in advance.

NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,730
#2: Oct 16 '09

re: Quick filter on split form


I would guess one or other of the form's properties needs to be set to allow filtering. Hang on. I'll check quickly...

I would suggest paying particular attention to the AllowFilter property, but compare both forms for differences and see what allows it to work.
Member
 
Join Date: Dec 2007
Posts: 52
#3: 4 Weeks Ago

re: Quick filter on split form


Has there been any resolution to this issue?

Leon
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,730
#4: 4 Weeks Ago

re: Quick filter on split form


Nothing confirmed. Why do you ask (The answer seems fairly obvious)?
Member
 
Join Date: Dec 2007
Posts: 52
#5: 4 Weeks Ago

re: Quick filter on split form


Sorry let me explain: I tried what was posted above, and still cvant get it to work. I was wondering if anyone found the propertu that was causing this problem. I would appreciate any help, thanks.

Leon
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,730
#6: 4 Weeks Ago

re: Quick filter on split form


No sorry.

I would need to see the items concerned even to know where to look if it's not the .AllowFilter property..
Megalog's Avatar
Expert
 
Join Date: Sep 2007
Posts: 273
#7: 4 Weeks Ago

re: Quick filter on split form


I've seen this happen a lot on columns using multi-value fields, or if there's a complex SQL string as the form's RecordSource. The filtering option isnt turned off, it's just not returning any of the column values when you click the headers, correct?

If the form's RecordSource is a SQL string, try taking that string and creating a new query with it. Save the query, and set the form's RecordSource to that query instead. Normally it wouldnt change anything, but split forms are very strange and I've found this solution works most of the time.
Member
 
Join Date: Dec 2007
Posts: 52
#8: 4 Weeks Ago

re: Quick filter on split form


That is correct, its not returning the values. Instead of changing the record source to filter the subform, i used filter functions in my VBA. Seems to work fine now. i appreciate the post.

Leon
Reply

Tags
quick fileter, split form