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

changing field background colour on continous forms

Hi,
I am trying to add some visual confirmation to a continous form, to let
the user know if a stored date on the form has passed. I have managed
to set the background colour using a simple IF statement comparing the
stored date with the Date() control and the .backcolour vb control.
however once the background colour of the field has been set, it sets
the colour for every line on the form. Is there anyway of making just
specific cells on specific lines turn a different colour?

thanks in advance

Richard

Oct 2 '06 #1
5 1983
Try conditional format under the format menu.

Oct 2 '06 #2
i can't find any option for Conditional format? where is this located,
in the properties box?

thanks

Richard

Svetlana wrote:
Try conditional format under the format menu.
Oct 2 '06 #3
On 2 Oct 2006 06:31:19 -0700, kaisersose1995 wrote:
i can't find any option for Conditional format? where is this located,
in the properties box?

thanks

Richard

Svetlana wrote:
>Try conditional format under the format menu.
It's not located on the properties box, in on the Format menu.
In Form design view, select the control you wish to conditionally
format.
Then click on the menu Format + Conditional Formatting.
This is only available from Access 2000 and newer.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Oct 2 '06 #4
ah right, that'll be the reason then, we're still using 97 as the "guys
upstairs" won't give us the budget to upgrade....i guess i'll have to
try another way, thanks anyway though

Rich
fredg wrote:
On 2 Oct 2006 06:31:19 -0700, kaisersose1995 wrote:
i can't find any option for Conditional format? where is this located,
in the properties box?

thanks

Richard

Svetlana wrote:
Try conditional format under the format menu.

It's not located on the properties box, in on the Format menu.
In Form design view, select the control you wish to conditionally
format.
Then click on the menu Format + Conditional Formatting.
This is only available from Access 2000 and newer.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Oct 2 '06 #5
....in that case, see www.lebans.com ...he has workaround for earlier
versions.

William Hindman

"kaisersose1995" <ka************@hotmail.comwrote in message
news:11**********************@e3g2000cwe.googlegro ups.com...
ah right, that'll be the reason then, we're still using 97 as the "guys
upstairs" won't give us the budget to upgrade....i guess i'll have to
try another way, thanks anyway though

Rich
fredg wrote:
>On 2 Oct 2006 06:31:19 -0700, kaisersose1995 wrote:
i can't find any option for Conditional format? where is this located,
in the properties box?

thanks

Richard

Svetlana wrote:
Try conditional format under the format menu.

It's not located on the properties box, in on the Format menu.
In Form design view, select the control you wish to conditionally
format.
Then click on the menu Format + Conditional Formatting.
This is only available from Access 2000 and newer.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

Oct 2 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: John D | last post by:
I am trying to change the background colour of either a div or a textarea with javascript, but am having problems. I have passed a hex colour value in the variable hval, and with the following...
14
by: Holden Caulfield | last post by:
Hi there, for IE 5+ I need to be able to change certain TD tagsī background colors, and canīt figure out how to do it... For instance, in a table with 25 cells, somewhere between 5 or 10 will...
4
by: Dj Frenzy | last post by:
Hi, I know how to use javascript to change a background image to another background image, and how to change a background colour to another background colour. Is there a way to change an image to a...
4
by: david.graham18 | last post by:
Hi I spotted some nice code to change the background colour of a web page to one of four different colours at random but I can't find it now! The method was to select a number at random from 1...
25
by: madsgormlarsen | last post by:
Hi I am making a tab menu with css, and the tabs changes color depending on wich tab is current. 1. I could load a different css file for each tab/color. 2. I could do some inline css only...
2
by: Bill Elgie | last post by:
In accessXP is it possible to have single cells a different colour depending upon their data content. In Ac97 and 2000 you can only change the whole datasheet(lying on a form) to a different colour...
3
by: Bundy | last post by:
Hi How do I change the background colour of an input box in a form as soon as the value is changed? Also the background should revert back to it's original colour if the user decides that they...
8
by: Brian Ward | last post by:
I am looking for a simple way to set the image transparency in a PictureBox. I have a moving PictureBox containing a graphic image .. moving by incrementing its Left property. The background...
3
by: bettyboo | last post by:
Hi I'm new to the forum and also a VERY new user of Access to develop databases. I'm building a DB for a driving instructor acquaintance, and he wants a button on the pupil data entry form which...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: 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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.