PC Review


Reply
Thread Tools Rate Thread

How do I get certain names to be color based on date in access?

 
 
=?Utf-8?B?QWRyaWFu?=
Guest
Posts: n/a
 
      15th Feb 2006
We have a database of names, addresses, dates, phone #'s, etc. I want the
report to italicize or color the names that have been entered in the last
month.

This is in Access

 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      15th Feb 2006
Do you have the date entered? You don't mention that.

If you do, use the conditional formatting in your forms and reports to color
the name field based on the value in the dateadded field.



--
Rick B



"Adrian" <(E-Mail Removed)> wrote in message
news:C12021D0-4E2D-4F18-A1F1-(E-Mail Removed)...
> We have a database of names, addresses, dates, phone #'s, etc. I want the
> report to italicize or color the names that have been entered in the last
> month.
>
> This is in Access
>



 
Reply With Quote
 
John Vinson
Guest
Posts: n/a
 
      15th Feb 2006
On Wed, 15 Feb 2006 09:17:28 -0800, Adrian
<(E-Mail Removed)> wrote:

>We have a database of names, addresses, dates, phone #'s, etc. I want the
>report to italicize or color the names that have been entered in the last
>month.
>
>This is in Access


You can create a Form or Report based on the table (or on a query
using the table); in that Form select Format... Conditional Formatting
on the textboxes that you would like highlighted. Use a condition of

[EntryDate] > DateAdd("m", -1, Date())

to choose which records to display differently.

John W. Vinson[MVP]
 
Reply With Quote
 
=?Utf-8?B?SmltIE9yeQ==?=
Guest
Posts: n/a
 
      15th Feb 2006
Thanks for the conditional formatting tip. I've been trying to do exactly
that for months. I've already included it in my database.
--
Jim Ory


"John Vinson" wrote:

> On Wed, 15 Feb 2006 09:17:28 -0800, Adrian
> <(E-Mail Removed)> wrote:
>
> >We have a database of names, addresses, dates, phone #'s, etc. I want the
> >report to italicize or color the names that have been entered in the last
> >month.
> >
> >This is in Access

>
> You can create a Form or Report based on the table (or on a query
> using the table); in that Form select Format... Conditional Formatting
> on the textboxes that you would like highlighted. Use a condition of
>
> [EntryDate] > DateAdd("m", -1, Date())
>
> to choose which records to display differently.
>
> John W. Vinson[MVP]
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Color rows based on date in a cell? tbo Microsoft Excel Programming 2 9th Dec 2009 11:30 PM
turn a cel a color based o todays date Mark Microsoft Excel Worksheet Functions 9 9th Feb 2009 08:48 PM
color coding based on date =?Utf-8?B?YWZ0M3JnbDB3?= Microsoft Access Form Coding 0 7th Jun 2007 01:54 AM
Can I Change color of background based on the date wojo Microsoft Access 7 17th Jul 2005 10:48 PM
Color a rectangle box background based on a date Mark Microsoft Access Forms 1 30th Aug 2003 11:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:11 PM.