I have a database I'm using that has a form with 3 buttons. One button clears all the tables in the database, the second button populates all the tables by pulling the data from a file, and the third button exports the data I need to an excel file. What I would like to do is have the second button change color or have a marker that would let the user know that there is data in the table. Possibly change the button color or put a note below the button that there is data in the tables. Each day the data will be cleared out and new data populated.