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!
 
Back
Top