I'm trying to do something and am not sure if you can do it. So, if anyone has a suggestion, I'd appreciate the input.
I made a simple form and table where I create a To-Do list. I created a query which lists "open" or to-do items not yet completed. I then created another form which displays in a lsit box the query and thus, a to-do listing.
What I was wondering, is that I have a main form that displays as soon as the database opens, like a big navigator form. On the form, is a command button that opens the form to display the To-Do list. I would like this command button to "blink" thus notifying the user there is a To-Do task that should be looked at.
I was wondering if there was a way to look at the query, and if there is items that are listed by the query, the warning or whatever I decide to notify the user with, would occur. Otherwise, if the query is nul or empty of results, then no warning.
Again, any and all suggestions would be much appreciated.
RIchard
I made a simple form and table where I create a To-Do list. I created a query which lists "open" or to-do items not yet completed. I then created another form which displays in a lsit box the query and thus, a to-do listing.
What I was wondering, is that I have a main form that displays as soon as the database opens, like a big navigator form. On the form, is a command button that opens the form to display the To-Do list. I would like this command button to "blink" thus notifying the user there is a To-Do task that should be looked at.
I was wondering if there was a way to look at the query, and if there is items that are listed by the query, the warning or whatever I decide to notify the user with, would occur. Otherwise, if the query is nul or empty of results, then no warning.
Again, any and all suggestions would be much appreciated.
RIchard