Hi Folks
I would like to improve the look and feel of my buttons as I do not like the
grey buttons that come with access.
Important to me are:
a. that it is clear to the user that the buttons can be clicked on
b. that the buttons can be formatted with colours, fonts, borders, etc....
I have analysed the situation and I see a couple of options:
1. use labels and add a hyperlink "#" so that the 'hyperlink' hand appears
when the user moves the cursor over the button. The drawback in this is
that if you place a button in a Continuous Forms than the focus does NOT
move to the record that the user clicked on.
2. instead, you can use textboxes, but there the drawback is that you can
not add anything to make it clear to the user that it is a button.
3. use a transparent text-box and make the font blue and underline, giving
it the appearance of an internet link.
4. avoid using buttons altogether.
At the moment, my question is if there anyway that I can get the internet
hand (as it appears when you move your cursor over a hyperlink) to appear
when moving over selected items in a form? I explored the
application.scr een.mousepointe r options, but they do not seem to cater for
this.
My second question is, if I apply method 1, is there a simple way to move
the focus to the record in which label is located.
I look forward to any reply
TIA
- Nicolaas
I would like to improve the look and feel of my buttons as I do not like the
grey buttons that come with access.
Important to me are:
a. that it is clear to the user that the buttons can be clicked on
b. that the buttons can be formatted with colours, fonts, borders, etc....
I have analysed the situation and I see a couple of options:
1. use labels and add a hyperlink "#" so that the 'hyperlink' hand appears
when the user moves the cursor over the button. The drawback in this is
that if you place a button in a Continuous Forms than the focus does NOT
move to the record that the user clicked on.
2. instead, you can use textboxes, but there the drawback is that you can
not add anything to make it clear to the user that it is a button.
3. use a transparent text-box and make the font blue and underline, giving
it the appearance of an internet link.
4. avoid using buttons altogether.
At the moment, my question is if there anyway that I can get the internet
hand (as it appears when you move your cursor over a hyperlink) to appear
when moving over selected items in a form? I explored the
application.scr een.mousepointe r options, but they do not seem to cater for
this.
My second question is, if I apply method 1, is there a simple way to move
the focus to the record in which label is located.
I look forward to any reply
TIA
- Nicolaas
Comment