I have a switchboard set up for my database, and i want the buttons to change colour (or some other noticeable change) when selected. Right not all that occurs is that a small dotted square appears in the button. is this possible?
You can not change the color of a command button. You could make a label visible or not visble based on an event. You could use the mouseover event to make something happen when the user floats their cursor over the command button. Probably more trouble than it is worth but that is your decision.
Check out my mouseoverpopups.zip sample at this thread... OnMouseMove