Color Coding

W

williamr

I have a cmdButton that goes out to a directory, looks for a .pdf file that
matches a field in my database. If it finds it, it opens the file, if not
it returns a msgbox saying no document found. Is there a way to change the
color of the button so blue means there is a document in that directory
before you push the button? Would this be a good way to ensure all documents
are being scanned?
 
M

mscertified

You can't change the color of the button, you can change the color of its
caption. Or, instead of a button, you could use a label and process it like a
button - then you could change its color.

Dorian
 

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