UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> List Box question    
 
   
DenverDave
post Apr 6 2005, 07:34 PM
Post #1

UtterAccess Addict
Posts: 116
From: Denver, CO



I have a listbox based on a query that is filtered by a selection in a combobox. The combobox represents employee names and the listbox lists their tasks after updating the combobox. This works fine.

My question is this:

Sometimes a task is not completed by it's due date. Since listboxes are very unforgiving in the formatting aspect I was wondering if it is possible to create a field in the underlying query that will display, say, and exclamation point to let people know that this task is past the due date (TaskDue in the query).

Thanks for any help!
Go to the top of the page
 
+
fredrisg
post Apr 6 2005, 08:21 PM
Post #2

UtterAccess VIP
Posts: 1,795
From: LA, CA, USA



I guess you could set up a column in the listbox with could show a "*" if you will with code like:

iif(now()> [DueDate], "*","")

The column could be set in a prominent location that shows the * next to those task that are over the due date and just blank for those on schedule.

Steve
Go to the top of the page
 
+
DenverDave
post Apr 6 2005, 08:39 PM
Post #3

UtterAccess Addict
Posts: 116
From: Denver, CO



That worked perfectly. Is there any way to make the overdue character a different color?

Thanks for the help!
Go to the top of the page
 
+
fredrisg
post Apr 7 2005, 12:02 PM
Post #4

UtterAccess VIP
Posts: 1,795
From: LA, CA, USA



I don't believe so . . .

One of my 'wish list' would be to have the option to 'right' justify currency . . . in a column.

But the standard list box is just that . . . standard!

Steve
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 18th May 2013 - 10:36 PM