F
Frank via AccessMonster.com
I have a form that list records from the data entry table. on this form is
an alert button. on open of the form i need the alert button to change to
the color red if the query returns any records, even one record.
The problem that I am having is that the query is not a part of the form that
list the records. The button tells the user there are alerts waiting so they
can go to the alerts table. It should only turn red if the qryalerts records
any records.
How would i code this on the open of the form to check the qryalerts and if
it returns any records, turn the button red?
Thanks,
Frank
an alert button. on open of the form i need the alert button to change to
the color red if the query returns any records, even one record.
The problem that I am having is that the query is not a part of the form that
list the records. The button tells the user there are alerts waiting so they
can go to the alerts table. It should only turn red if the qryalerts records
any records.
How would i code this on the open of the form to check the qryalerts and if
it returns any records, turn the button red?
Thanks,
Frank