Presence Checks???

Dec 1, 2005

i have a combo box which basically gives you the option of yes and no.... then if the yes is selected, you choose a time from another combo box

i want to be able to write an IIf statement which basically hides the second combo box unless the first one has the value 'yes'

Can anyone help me please???

View Replies


ADVERTISEMENT

Forms :: Conditional Formatting Based Upon Presence Of A Record

Mar 13, 2014

I have a subform (called NAMES) on a main form (called MAIN) that lists names. Elsewhere on MAIN, I have a second subform (called ASSIGNED) that lists people that have been assigned.

When I double click a name on NAMES, it automatically adds them to the ASSIGNED list (who's record source is a table). What I want the NAMES form to do is conditionally format the NAMES form so that the record that's been added turns green. That way I can see who I've added and who I haven't yet added. Once I've added them all, the NAMES form is a simple list of all-green names. If there's a black name in the list, it's because I haven't yet added them to ASSIGNED.

I've tried a DLookup function, and I've tried a Value= conditional formatting rule, and neither one are working... I already got the 'double click to add' thing working, now I just need the name to turn green when I've added them.

View 11 Replies View Related

Validation Checks

May 7, 2006

hi can anyone tell me all the different types of data checks that can be used in database tables such as field length check and range check
thank you

View 1 Replies View Related

Unchecking All Checks In A Table

Jul 27, 2005

I want to uncheck a check box field for all records in a table. I want to do this with a push of a button which will implement a function or sub or query that clears only that field. I?d like to know:

a) How will this hit performance? There will be approximately 150 records (max) that will be effected. Is this something that will slow the system to a crawl? If it takes a minute or so for these records to be altered, I can live with that.

b) How can this be implemented? Say a user hits the button to clear them, how does it get implemented? For instance, a select statement that grabs all the records that have -1 (a ?check?) in that field and then do an update statement for each one that changes it to a 0 (unchecked). Any suggestions?

Thanks,

scratch

View 2 Replies View Related

Validation Checks On New Records

Feb 23, 2005

I have a table of animals each with a unique ear mark. I also have a table of vaccination records. When adding new records to the vaccination table via a form i would like a validation check on weather the animal actually appears in the animal table or not with an appropriate error message. Please help.

Many thanks.

View 1 Replies View Related

How Can I Bring Column Value In Table To Checks Box In Form?

Jan 17, 2007

hi all ..

how can i bring data from column in table to form and choice from data by checks box ?

note:
1- The column assortment table from kind "memo" . and that is my need.
2- It is possible to choice more 1 check box .

example:
(URL address blocked: See forum rules)/download.php?i...ERYoQlEfFDyn8u

I am raring to your answer

View 1 Replies View Related

Reports :: If Statement That Checks Color Of Background

Sep 11, 2013

I have a report. In this report I have a start date and an end date. I also have a date that is going to be checked. The report checks to see if the date the user entered on a different form is between the start and end date of an individual. if it is, a txt box at the end of the line will turn red. If it isn't the box will stay default of green.

What I would like to do is not even show the lines that have a green box. I want to just show the lines that have boxes as red.

I looked into If statements but I'm not quite sure what event I should put them on, nor am I certain I have the syntax right.

I had it:
If (lblAvailability.BackColor = "#CCB13D" Then
txt1.Visible = False
and so on... making all the txt fields invisible. I would rather have them not even show up because I'm pretty sure invisible things still take up room.
End If

View 1 Replies View Related

Creating A Timer Event That Checks System Time?

Apr 21, 2005

I need a query run that brings up a list of customers that need maintence after 6 months after their last maintence service. As soon as you open the DB, the event/query runs and if there are any customers past due to display them. And if there are none, to not even show the query at all.

I have very little experience with timers and if/then statements and don't know how to set this up.

Any help would be greatly appreciated. Thanks in advance.

View 1 Replies View Related

Queries :: Yes / No Field Named Cleared For Checks In Table

Jun 6, 2014

I have a table with yes / no field named cleared for checks.

I want to make a search form with combo box to query for cleared (yes) and not cleared (no) checks.

I tried combo box with values set in it, yes and no.

But it didn't work.

View 7 Replies View Related

Queries :: Show Data About Certain Checks - Expiry Date

Aug 7, 2015

I have a query which shows data about certain checks that are carried out employees. One of the fields is Expiry Date of the check. What I want is for the query to show only records that have a expiry date which has expired or is going to expire within the next three months of today's date. But I cannot work out how to do it!

View 2 Replies View Related

Modules & VBA :: Label To Display Total Of Column In Table Based On Two Checks

Jul 8, 2013

I am looking to generate a total number of a given column based on two criteria.I would like a label (or textbox if necessary) to display a given total of "Active" devices based on a given month.The table name is "Blackberry" and the specific columns I would like to check would be "Activated?" and "Registration Date". I'm not sure if I should be using a dsum or dcount and the error i keep getting is a type mismatch.an active device would have the text value of "Yes.

Dim advalue As Integer
advalue = DCount("[Activated?]", "Blackberry", "[Activated?]=yes" And "[Registration Date] > #01/01/2000#")
lblad.Caption = advalue

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved