flag up old data in table

G

Guest

in my table i enter the date on each reccord and i want
the table to automatically flag the data that is 4 days
old by making it red or something, anything will do please
help
 
J

Jeff Boyce

in my table i enter the date on each reccord and i want
the table to automatically flag the data that is 4 days
old by making it red or something, anything will do please
help
 
J

Jeff Boyce

If you are working directly in the table, rather than via a form, I'm not
sure there's a way to do what you're asking.

If you create a form, based on the table, you can add a bit of code to the
forms OnCurrent event, that tests for the "days old" (by subtracting from
today's date), and turns the date field's background color (or label, or
text, or ...) to red.

Good luck

Jeff Boyce
<Access MVP>
 
J

Jim/Chris

Display your data in a form and if you have Access 2000 or
you can use Conditional formatting located under the
format menu. Otherwise you will have to use code

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top