> I have an unbound textbox called "TxtDisplay".
> I'm using Command buttons with the code
[quoted text clipped - 18 lines]
> Thanks
> DS
DS,
It is not clear to me yet what you are trying to do here. Do you have a
textbox that can show the word "Gratuity"? And then you have an Image
control, and if you click the image, you want the textbox to show 1% ?
And then if you click the image again, you want it to show 11% ?

Signature
Steve Schapel, Microsoft Access MVP
>> I have an unbound textbox called "TxtDisplay".
>> I'm using Command buttons with the code
[quoted text clipped - 38 lines]
> Getting closer, I guess.
> DS
DS - 20 Nov 2005 09:52 GMT
> DS,
>
> It is not clear to me yet what you are trying to do here. Do you have a
> textbox that can show the word "Gratuity"? And then you have an Image
> control, and if you click the image, you want the textbox to show 1% ?
> And then if you click the image again, you want it to show 11% ?
Kinda, Steve. I just figured it out. I ended up using 2 textboxes, one
to hold the number and then one to display the number, then I added a
label on top of the display textbox. So if the number textbox = 0 then
the label shows up if its greater than 0 then the number shows up as
such 5% or whatever number it is with the %. this works great. Thanks
for your intrest.
DS