continuious form

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

Guest

In a continuious form, I need a record (the whole row) to be highlighted by
just moving the mouse over it. I am using Access 2003.
 
You cannot do this as changing the highlight of a control that is shown
multiple times, will highlight all the rows.
 
Try using a flexgrid or similar ActiveX control instead of an Access subform.
This will allow you to highlight and resize individual rows and columns if
you need to. There will be quite a bit more code to write than is associated
with an Access subform, but that's the price you pay for such niceties!
 

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