subform hightlight

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform which shows filtered records linked to a field in the form.
Everytime I change the value on the form, the values in the subform change,
the first field of the subfdorm is always highlighted, how can I stop that ?
Thanks
 
This has to do with the Tab Index on the sub form. A workaround is to add a
command button to the sub form, set it's Transparent Property to
Yes and it's Tab Index property to 0.
 
Ok got it ! It worked I used visible no instead of transparent yes.
Thank you
 
Delete the command button, duplicate the first field and set it's Tab Index
property to 0, It's Width and Height to 0. Ensure that both fields Control
Source is the same.
 

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

Back
Top