D
DavidAtCaspian
Hi:
I need to display what looks like a two column table. The first field needs
to be locked, the second user changeable.
When a record is selected, or the first field clicked, I'd like to change
the background colour of the first field to red (255).
The data for the display will be a recordset (currently using DAO) from an
existing table using an SQL selection - which effectively binds it to the
underlying table.
I have the subform, the field locking/unlocking and data display working
fine, but can't get the background bit working.
Any suggestions please?
Can't use a list box, can't find a grid,
Haven't worked out how to capture the fact that a record is selected (or
current) in datasheet view, or how to change the background colour in
datasheet view.
In continuous forms, ALL the record backgrounds change, not just the one I
want.
Can I do this (with Access 2002), or is there a free active x grid that
anyone knows of that will allow what should be quite a simple task.
Thanks
I need to display what looks like a two column table. The first field needs
to be locked, the second user changeable.
When a record is selected, or the first field clicked, I'd like to change
the background colour of the first field to red (255).
The data for the display will be a recordset (currently using DAO) from an
existing table using an SQL selection - which effectively binds it to the
underlying table.
I have the subform, the field locking/unlocking and data display working
fine, but can't get the background bit working.
Any suggestions please?
Can't use a list box, can't find a grid,
Haven't worked out how to capture the fact that a record is selected (or
current) in datasheet view, or how to change the background colour in
datasheet view.
In continuous forms, ALL the record backgrounds change, not just the one I
want.
Can I do this (with Access 2002), or is there a free active x grid that
anyone knows of that will allow what should be quite a simple task.
Thanks