Yes it's very Possible! You can do it in the code behind the form.
If ([Yes/No Field]= -1) then
Me.FirstName.forecolor = 255
Else
Me.FirstName.forecolor = 0
End IF
Hello all,
How can I prevent the user not to print the form at all. Some users don't realize that when they are looking at the screen and they click the print, it will print whatever they are looking at. I just want to find a way to either grey out the print button or give the a message that...
Hello everybody,
I have a report that has a picture of a car on it. I want to make this report interactive. I want the user to be able to access the picture of the car and make notes on the car or circle damage on the car or any other scribbles they want. Then I want this edited image to be...
If I have 5 words in the text box, the code will delete them one by one when I click my undo button with the code you gave me. The problem occurs when I delete the very last word and that message comes up. I did put my own error message to prevent that message to come up, but if there is...
Thank you very much, it worked. But it gives me an error message when it is trying to delete the very last item. "Invalid Procedure call or argument"
Thanks again :)
Hi everybody,
I have a form that has buttons on it just like a keyboard and when I click the letters it sorts out a bunch of words and then I choose the word to put in a text box. Let's say that I put in "Queen Size Bed, Bedroom damaged". Each words that you see here is choosen out of my list...
How can I access the internal clock from a button on my form? You know the clock where your double click on your time on your computer and it pops up. I just can't find it to call it! Does anybody know where to access it? Thanks
I have already done something similar to what you were talking about, but what happens is when I click my button the number is written into the text box but it gets replaced when the other buttons are pushed.
I also don't understand what you mean when you say I end up with text. Can you...