If you have Access 2000 or later you can use conditional formatting to
change the background of the control when it gets the focus. In a
continuous form that only changes the control in the current record.
"Sverk" <Sv...@discussions.microsoft.com> wrote in message
news:611DBF6E-2265-43DE...@microsoft.com...
> On a columnar form, showing 4-5 records at a time, I would like to have a
> stronger indication of which one that is the current record -- the little
> triangle in the left column is too small and in-conspicuous.
> Best thing would be if the current record would show in a different
> background color, or at least that one object in the record turned to a
> different color.
> Changing a color in design mode will apply to all records, right?, so that
> won't work.
> I guess it is possible to use some event, e.g. LostFocus, to detect when
> the
> current record changes, but how can I make a property change that applies
> to
> just one of the records showing on the form?
> Please help,
> Sverk
"John Spencer" skrev:
That aside, conditional formatting will work to show you which field has the
focus.
-- Select the control (or controls)
-- Select Format: Conditional Formatting from the menu
-- Select Field Has Focus as the condition
-- Click on the paint bucket (Fill/Back Color) and choose a color for
highlighting
-- Click OK
"Sverk" <Sv...@discussions.microsoft.com> wrote in message
news:93C57640-72BB-467D...@microsoft.com...
"John Spencer" skrev:
http://www.lebans.com/conditionalformatting.htm
That has a sample database that you should be able to study and use to do
what you want.
"Sverk" <Sv...@discussions.microsoft.com> wrote in message
news:F4DFB90C-D8A3-4323...@microsoft.com...