yes/no tabs on forms

L

Linda

I have forms with yes/no fields. When I use my tab key to go to the check
boxes, most of the time, the tab displays on the label and I can tell where
my cursor is, but on one form, this is not the case. The tab works, but
nothing shows me where my cursor is - if I press my space bar, the checkbox
checks - all that works fine, but I cannot see where the cursor is. This
occurs on the same form - I have 25 checkboxes in different areas - they all
show the cursor with the exception of 4 of them. I have checked the
properties and the tables to see if formatting is different - all looks the
same.
Please help
 
A

Arvin Meyer [MVP]

I believe that sometimes occurs when you change the tab order and move them
around. Try deleting them and then adding them back from the field list.
 
J

John W. Vinson

I have forms with yes/no fields. When I use my tab key to go to the check
boxes, most of the time, the tab displays on the label and I can tell where
my cursor is, but on one form, this is not the case. The tab works, but
nothing shows me where my cursor is - if I press my space bar, the checkbox
checks - all that works fine, but I cannot see where the cursor is. This
occurs on the same form - I have 25 checkboxes in different areas - they all
show the cursor with the exception of 4 of them. I have checked the
properties and the tables to see if formatting is different - all looks the
same.
Please help

In addition to Arvin's suggestion, it's possible that the Label controls have
become unattached to their corresponding Checkbox control. Try selecting the
offending labels; type Ctrl-X to cut them to the clipboard; select the
checkbox control; and type Ctrl-V to paste the label back on. Its Parent
property should be the name of the checkbox (and that's another way to
reattach).

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top