J
Jeff @ CI
In A2K - on a form. Wanting to create a simple (I hope) control to indicate
whether the work on a record is done or not.
If the user has completed work on the record, I would like the user to click
a control (thinking a toggle button works best here) and the record would
have a label's text change from either "Not Done" to "Done" or change color
from the background (and therefore seemingly transparent) to ... say - red.
I am thinking that I will need to do an OnClick event procedure in which the
text is assigned one of two colors or one of two phrases depending on if the
toggle is "on" or "off". Sadly, I do not know any VBA yet other than popular
and often used commands - yet.
The purpose is to help those - currently two - who use this form to readily
identify if the other has worked a record or not. With this in mind, I
intend to use a Me.Refresh as the last line of the code so that they are
constantly updating the data displayed in their form.
Any help or ideas - Thanks in advance!!!
Jeff
whether the work on a record is done or not.
If the user has completed work on the record, I would like the user to click
a control (thinking a toggle button works best here) and the record would
have a label's text change from either "Not Done" to "Done" or change color
from the background (and therefore seemingly transparent) to ... say - red.
I am thinking that I will need to do an OnClick event procedure in which the
text is assigned one of two colors or one of two phrases depending on if the
toggle is "on" or "off". Sadly, I do not know any VBA yet other than popular
and often used commands - yet.
The purpose is to help those - currently two - who use this form to readily
identify if the other has worked a record or not. With this in mind, I
intend to use a Me.Refresh as the last line of the code so that they are
constantly updating the data displayed in their form.
Any help or ideas - Thanks in advance!!!
Jeff