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

Filter unchecked box

74
Here is the code i am using to filter completed check boxes

OnClick
Me.Filter = "Check Box"
Me.FilterOn = True

This filters any check box that has been checked off.

How do i filter to look at what has not been checked?

thanks in advance.
Aug 20 '07 #1
6 3570
hyperpau
184 Expert 100+
Here is the code i am using to filter completed check boxes

OnClick
Me.Filter = "Check Box"
Me.FilterOn = True

This filters any check box that has been checked off.

How do i filter to look at what has not been checked?

thanks in advance.
Me.Filter = "((Check Box='False'))"
Aug 21 '07 #2
JConsulting
603 Expert 512MB
Here is the code i am using to filter completed check boxes

OnClick
Me.Filter = "Check Box"
Me.FilterOn = True

This filters any check box that has been checked off.

How do i filter to look at what has not been checked?

thanks in advance.
How about something simple?

Expand|Select|Wrap|Line Numbers
  1. Me.Filter = "Check Box" = False
  2. Me.FilterOn = True
  3.  
Aug 21 '07 #3
Hutch
74
Awesime thanks guys!
Aug 21 '07 #4
Hutch
74
None of these are working.
Aug 21 '07 #5
Hutch
74
Me.Filter = "((Check Box=False))"

Here is the correct one
Aug 21 '07 #6
hyperpau
184 Expert 100+
Me.Filter = "((Check Box=False))"

Here is the correct one
glad you found out. :)

thanks for posting the solution.
Aug 22 '07 #7

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

Similar topics

1
by: Pete | last post by:
I have some session variables which get set on page one of my site. I can set an unset these by passing through a parameter in some URL's. When the user goes to the second page some checkboxes are...
0
by: Steven Buroff | last post by:
I can't seem to get the @SuppressWarnings("unchecked") to work. Here is my test program. public class Tryit { @SuppressWarnings({"unchecked"}) public <T> T doit(Class<T> clazz){ T val =...
0
by: keithv | last post by:
I've created my own value type which will overload the "+" operator. I have two routines to do addition, differing only in that one throws an error on overflow. Is there a way to get the...
2
by: Javier | last post by:
Hi Everyone, I have a dynamic checkbox in a datagrid that uses the ITemplate interface and has the checkchanged event wired up. When the checkbox is checked, the event event handler that...
2
by: Spawn666948 | last post by:
Hey, do you guys know how to set the Name Autocorrect to unchecked by default. Name Autocorrect is more trouble than its worth. I know I can go to Tools/General, but, I'd rather have it unchecked...
7
by: Katherine | last post by:
I'm trying to filter the records on the mainform (MailingList) of my database using a field contained in a subform (Donations). I was basing my code off Allen Browne's Access Tips page (here:...
1
by: ttamilvanan81 | last post by:
Hai i have using the checkbox in for loop. I need the urgent help from anyone, for example in the loop there is having 5 checkbox if i checked 3 of the ckeckboxes and 2 of the checkboxes are...
1
by: BSTAFFORD | last post by:
ok I have a table that contains a yes/no column (completed). I have also created a form to display records from this table which has a check box for teh (completed) column. What i want is for the...
1
oll3i
by: oll3i | last post by:
E:\ECLIPS~1\ZADANIE3\SRC\EJB>javac -Xlint:unchecked ManageDBBean.java ManageDBBean.java:34: warning: unchecked conversion found : java.util.HashMap required:...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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...
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...

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.